drm/amd/display: Add support for disconnected eDP streams
authorHarry VanZyllDeJong <hvanzyll@amd.com>
Fri, 7 Feb 2025 18:46:53 +0000 (13:46 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Feb 2025 20:14:29 +0000 (15:14 -0500)
commit6571bef25fe48c642f7a69ccf7c3198b317c136a
tree350f71e0c96f5e13a498ae0769aff3deb499d0d7
parent73e686939cb9152751791e518172c37eb31668d6
drm/amd/display: Add support for disconnected eDP streams

[Why]
eDP may not be connected to the GPU on driver start causing
fail enumeration.

[How]
Move the virtual signal type check before the eDP connector
signal check.

Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Harry VanZyllDeJong <hvanzyll@amd.com>
Signed-off-by: Roman Li <roman.li@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