drm/amd/display: Assume connectors are on single slot
authorJaehyun Chung <jaehyun.chung@amd.com>
Thu, 8 Sep 2022 23:11:31 +0000 (19:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Sep 2022 19:15:37 +0000 (15:15 -0400)
commitdeed8ec482a6e7e84dd5bcaac5f77c75bd8093b3
treee9a5da930e25de8d3892db72251226a2a789f246
parentca86bbdd9b47464d78ae6af565a6e78c6e4e2fbd
drm/amd/display: Assume connectors are on single slot

[Why]
v1_5 display object table has no way for connectors to
indicate which slot they are a part of, resulting in additional
empty slots to appear in EDID management UI.

[How]
Assume that all connectors belong to the same slot.

Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Jaehyun Chung <jaehyun.chung@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/bios/bios_parser2.c