]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/virtio: simplify cursor updates
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 29 Aug 2019 10:32:46 +0000 (12:32 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 4 Sep 2019 04:54:08 +0000 (06:54 +0200)
commit620f9c5e302cdd015663aeb25f195ee122956bd1
treed281b3e8006484962bc7019fca82b9a33f865beb
parent29cf12394c0565d7eb1685bf0c1b4749aa6a8b66
drm/virtio: simplify cursor updates

No need to do the reservation dance,
we can just wait on the fence directly.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Chia-I Wu <olvaffe@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20190829103301.3539-4-kraxel@redhat.com
drivers/gpu/drm/virtio/virtgpu_plane.c