drm/amd/display: fix input states translation error for dcn35 & dcn351
authorSwapnil Patel <swapnil.patel@amd.com>
Tue, 6 Feb 2024 16:40:20 +0000 (11:40 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Feb 2024 15:24:15 +0000 (10:24 -0500)
commitb75a1da662eb20d9e1dbc29ee0a41fb276737608
tree8e2dab8e30c743afcebdf90e138c07f678ca648c
parentd2dea1f1403854d921986217420617d5913a51c9
drm/amd/display: fix input states translation error for dcn35 & dcn351

[Why]
Currently there is an error while translating input clock sates into
output clock states. The highest fclk setting from output sates is
being dropped because of this error.

[How]
For dcn35 and dcn351, make output_states equal to input states.

Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Swapnil Patel <swapnil.patel@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dml2/dml2_translation_helper.c