OSDN Git Service

drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..)
authorGurchetan Singh <gurchetansingh@chromium.org>
Mon, 22 Nov 2021 23:22:10 +0000 (15:22 -0800)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 29 Nov 2021 10:46:32 +0000 (11:46 +0100)
commit42abd0043e0c64fa64e99adba534c76b9b15e6b8
treee6057e8ee087c8de888582412b36d980dc91ac5d
parent7e78781df491e4beb475bac22e6c44236a5002d7
drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..)

With the use of dummy events, we can drop virtgpu specific
behavior.

Fixes: cd7f5ca33585 ("drm/virtio: implement context init: add virtio_gpu_fence_event")
Reported-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Gurchetan Singh <gurchetansingh@chromium.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20211122232210.602-3-gurchetansingh@google.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/virtio/virtgpu_drv.c