]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination
authorGeorge Shen <george.shen@amd.com>
Sat, 15 Feb 2025 03:00:13 +0000 (22:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Mar 2025 15:39:28 +0000 (10:39 -0500)
commit0584bbcf0c53c133081100e4f4c9fe41e598d045
treec608b3222b7e1e596d51648e8039be99a4c475fe
parent54743ca151a0050e0e9fd89a562392ddbaef4330
drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination

[Why/How]
Certain PCON will clear the FRL_MODE bit despite supporting the link BW
indicated in the other bits.

Thus, skip checking the FRL_MODE bit when interpreting the
hdmi_encoded_link_bw struct.

Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: George Shen <george.shen@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@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/link/protocols/link_dp_capability.c