drm/qxl: unpin release objects
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 4 Feb 2021 14:57:05 +0000 (15:57 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Feb 2021 07:52:25 +0000 (08:52 +0100)
commit65ffea3c6e738f37bb15ff3ee480415c793df893
tree157f1b08dd9ccdaa47db342a1c8c773ac15ab145
parentf8752f14c964e9b7e160f491e4b0a0377914e18f
drm/qxl: unpin release objects

Balances the qxl_create_bo(..., pinned=true, ...);
call in qxl_release_bo_alloc().

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: http://patchwork.freedesktop.org/patch/msgid/20210204145712.1531203-5-kraxel@redhat.com
drivers/gpu/drm/qxl/qxl_release.c