drm/amd/display: fix USB-C flag update after enc10 feature init
authorCharlene Liu <charlene.liu@amd.com>
Wed, 17 Jan 2024 00:54:15 +0000 (19:54 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Jan 2024 20:42:19 +0000 (15:42 -0500)
commit5549c37e3cf2db848d898829c9833d16e2bcdd1b
tree7cfa6a068e6645b83d43ca28e51684bb6685a096
parent13b3d6bdbeb4efc1c3b7822bae684aca49ed2308
drm/amd/display: fix USB-C flag update after enc10 feature init

[why]
BIOS's integration info table not following the original order
which is phy instance is ext_displaypath's array index.

[how]
Move them to follow the original order.

Reviewed-by: Muhammad Ahmed <ahmed.ahmed@amd.com>
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Charlene Liu <charlene.liu@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/dcn32/dcn32_dio_link_encoder.c
drivers/gpu/drm/amd/display/dc/dcn35/dcn35_dio_link_encoder.c