]> git.itanic.dy.fi Git - linux-stable/commit
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>
Wed, 31 Jan 2024 22:26:42 +0000 (17:26 -0500)
commitb5abd7f983e14054593dc91d6df2aa5f8cc67652
tree0151323a2a3b232d417d8695bc632c3e8103f4a3
parent2ff33c759a4247c84ec0b7815f1f223e155ba82a
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