]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/amd/display: disconnect on HPD low even if edid is the same
authorWenjing Liu <Wenjing.Liu@amd.com>
Mon, 25 Sep 2017 18:53:14 +0000 (14:53 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:44:19 +0000 (16:44 -0400)
commitdcf298c3137ace22b92c584781e6092e4eb273fb
tree2a85878c5bb0ab4f5a10b4756c686d3c9a131d06
parent6512387a54357c5d3fbea8995d8879ea817a5ec6
drm/amd/display: disconnect on HPD low even if edid is the same

[Description]
There are many occasions we need to retrieve sink capability and
notify connectivity change to os even if edid is not changed
on a HPD toggle.
(HDMI2.0 display needs re-enable link on every hpd,
display changes other capability outside from edid
 need to be queried again and possibly reset the mode, etc.)

In these cases we cannot keep the same sink without letting DM know.

Signed-off-by: Wenjing Liu <Wenjing.Liu@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c