Searched defs:drm_virtgpu_execbuffer (Results 1 – 5 of 5) sorted by relevance
63 struct drm_virtgpu_execbuffer { struct64 __u32 flags;65 __u32 size;66 __u64 command; /* void* */67 __u64 bo_handles;68 __u32 num_bo_handles;69 __s32 fence_fd; /* in/out fence fd (see VIRTGPU_EXECBUF_FENCE_FD_IN/OUT) */
67 struct drm_virtgpu_execbuffer { struct68 __u32 flags;69 __u32 size;70 __u64 command; /* void* */71 __u64 bo_handles;72 __u32 num_bo_handles;73 __s32 fence_fd; /* in/out fence fd (see VIRTGPU_EXECBUF_FENCE_FD_IN/OUT) */74 __u32 fence_ctx_idx; /* which fence timeline to use */75 __u32 pad;
64 struct drm_virtgpu_execbuffer { struct65 __u32 flags;66 __u32 size;67 __u64 command; /* void* */68 __u64 bo_handles;69 __u32 num_bo_handles;70 __s32 fence_fd; /* in/out fence fd (see VIRTGPU_EXECBUF_FENCE_FD_IN/OUT) */