]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Add disconnect case on dongle check
authorJingwen Zhu <Jingwen.Zhu@amd.com>
Thu, 8 May 2025 03:19:49 +0000 (11:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Jun 2025 19:35:40 +0000 (15:35 -0400)
commit35b74eccf8289e4a458133be9f9795d152b6f11e
tree404da7b2b99ab094f0aa9dd71bcfdb1f967268d5
parentdeb24e64c8881c462b29e2c69afd9e6669058be5
drm/amd/display: Add disconnect case on dongle check

[why]
In the case of an external monitor disconnection,
the kernel mode will attempt to post new timing
validation with two path counts (eDP + external
monitor removed to virtual).

[how]
Skip validating color depth and pixel encoding in the
scenario involving a DP to HDMI active converter dongle.

Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Jingwen Zhu <Jingwen.Zhu@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/link_validation.c