OSDN Git Service

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>
Wed, 12 Apr 2023 20:11:17 +0000 (16:11 -0400)
commitb8ca445f550a9a079134f836466ddda3bfad6108
tree8f6f1f181968e75de41dbd465b4aa4e2e1abe092
parent09a9639e56c01c7a00d6c0ca63f4c7c41abe075d
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