drm/amd/display: Use the correct TMDS function to avoid DVI issues
authorChris Park <chris.park@amd.com>
Tue, 2 Apr 2024 06:06:00 +0000 (02:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 May 2024 20:19:34 +0000 (16:19 -0400)
commit7f46daca139985cbfb79f1c3a41f4df065d45b1e
tree70b45e9f8ee50b80322fbe356051bad2cd852dc1
parent290c0462e0bb68b0878e25c15e7096626dd5bc15
drm/amd/display: Use the correct TMDS function to avoid DVI issues

[Why]
DVI is TMDS signal like HDMI but without audio. Current signal check
does not correctly reflect DVI clock programming.

[How]
Define a new signal check for TMDS that includes DVI to HDMI TMDS
programming.

Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Chris Park <chris.park@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/dce/dce_clock_source.c