]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Fix updating infoframe for DCN3.1 eDP
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Wed, 16 Jun 2021 21:11:12 +0000 (17:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 8 Jul 2021 19:15:03 +0000 (15:15 -0400)
commit79fa909e2750603c59738f7a43be40e7595b5be9
tree9ff10dd1729234b8f9607ff0c4bfd2455ad788bf
parente9e92c3358e3d2e0920859185b36240e1c396ec2
drm/amd/display: Fix updating infoframe for DCN3.1 eDP

[Why]
We're only treating TMDS as a valid target for infoframe updates which
results in PSR being unable to transition from state 4 to state 5.

[How]
Also allow infoframe updates for DCN3.1 - following how we handle
this path for earlier ASIC as well.

Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Eric Yang <eric.yang2@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c