drm/amd/display: Pass the right info to drm_dp_remove_payload
authorWayne Lin <Wayne.Lin@amd.com>
Fri, 17 Feb 2023 05:26:56 +0000 (13:26 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Mar 2023 19:22:40 +0000 (14:22 -0500)
commitb5ac70369e3669df4a0c192c40c0e70c3e56439e
treed21b3b1600ea2ce5c9ce66c354cbee63431ae82d
parentde930140bb578ebb075772e946e20db68550bf2f
drm/amd/display: Pass the right info to drm_dp_remove_payload

[Why & How]
drm_dp_remove_payload() interface was changed. Correct amdgpu dm code
to pass the right parameter to the drm helper function.

Reviewed-by: Jerry Zuo <Jerry.Zuo@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c