drm/amd/display: fix a coding error causing set throttled vcp size skipped for dpia
authorWenjing Liu <wenjing.liu@amd.com>
Wed, 19 Jan 2022 08:24:42 +0000 (16:24 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jan 2022 23:00:34 +0000 (18:00 -0500)
commit1f6c40d5c0095959a260c014a6251a0ac124c721
treecf06a5a449c8bb0cb5f6168349bf2907d66be166
parent3ea07c89fbb777669c668452e94275a98dc8afbe
drm/amd/display: fix a coding error causing set throttled vcp size skipped for dpia

[why]
There is a recent refactor that contains a typo to cause set throttled
vcp size skipped for dpia link. The change is to fix this typo so it won't cause
black screen

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c