OSDN Git Service

drm/virtio: add in/out fence support for explicit synchronization
authorRobert Foss <robert.foss@collabora.com>
Mon, 12 Nov 2018 16:51:56 +0000 (17:51 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 14 Nov 2018 13:21:02 +0000 (14:21 +0100)
commit2cd7b6f08bc4cf06d1f00f8b42720a8457861ca1
tree380b8046626d860e6b858eb11cc6107f14c19037
parenta56f9c868ccf56f0ab6e3e64693e6a39323bf8d8
drm/virtio: add in/out fence support for explicit synchronization

When the execbuf call receives an in-fence it will get the dma_fence
related to that fence fd and wait on it before submitting the draw call.

On the out-fence side we get fence returned by the submitted draw call
and attach it to a sync_file and send the sync_file fd to userspace. On
error -1 is returned to userspace.

VIRTGPU_EXECBUF_FENCE_FD_IN & VIRTGPU_EXECBUF_FENCE_FD_OUT
are supported at the simultaneously and can be flagged
for simultaneously.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Signed-off-by: Robert Foss <robert.foss@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20181112165157.32765-4-robert.foss@collabora.com
Suggested-by: Rob Herring <robh@kernel.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/virtio/virtgpu_ioctl.c
include/uapi/drm/virtgpu_drm.h