drm/qxl: simplify qxl_fence_wait
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 4 Feb 2021 14:57:10 +0000 (15:57 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Feb 2021 08:02:33 +0000 (09:02 +0100)
commit5a838e5d5825c85556011478abde708251cc0776
tree332e0fc3bef880180439d61864c951b5f9a8fc0a
parent5f6c871fe919999774e8535ea611a6f84ee43ee4
drm/qxl: simplify qxl_fence_wait

Now that we have the new release_event wait queue we can just
use that in qxl_fence_wait() and simplify the code a lot.

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