Home
last modified time | relevance | path

Searched refs:VIRTGPU_EXECBUF_FENCE_FD_IN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Dvirtgpu_drm.h50 #define VIRTGPU_EXECBUF_FENCE_FD_IN 0x01 macro
53 VIRTGPU_EXECBUF_FENCE_FD_IN |\
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dvirtgpu_drm.h50 #define VIRTGPU_EXECBUF_FENCE_FD_IN 0x01 macro
53 VIRTGPU_EXECBUF_FENCE_FD_IN |\
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Dvirtgpu_drm.h50 #define VIRTGPU_EXECBUF_FENCE_FD_IN 0x01 macro
53 VIRTGPU_EXECBUF_FENCE_FD_IN |\
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Dvirtgpu_drm.h50 #define VIRTGPU_EXECBUF_FENCE_FD_IN 0x01 macro
53 VIRTGPU_EXECBUF_FENCE_FD_IN |\
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_ioctl.c98 if (exbuf->flags & VIRTGPU_EXECBUF_FENCE_FD_IN) { in virtio_gpu_execbuffer_ioctl()