drm/nouveau/kms/nv50-: Fix drm_dp_remove_payload() invocation
authorLyude Paul <lyude@redhat.com>
Tue, 13 Jun 2023 21:05:28 +0000 (17:05 -0400)
committerLyude Paul <lyude@redhat.com>
Fri, 23 Jun 2023 20:13:43 +0000 (16:13 -0400)
commit8fb3e25c3dd1a2755c848ce7488c2f06a9fb9f97
tree21418292b8287178864b685c9f7692f989828b60
parent0c3855ba8dad41c4113e73f77eb926e44577e4af
drm/nouveau/kms/nv50-: Fix drm_dp_remove_payload() invocation

We changed the semantics for this in:

commit e761cc20946a ("drm/display/dp_mst: Handle old/new payload states in
drm_dp_remove_payload()")

But I totally forgot to update this properly in nouveau. So, let's do that.

Signed-off-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230613210529.552098-1-lyude@redhat.com
drivers/gpu/drm/nouveau/dispnv50/disp.c