Searched defs:drm_virtgpu_execbuffer (Results 1 – 5 of 5) sorted by relevance
78 struct drm_virtgpu_execbuffer { struct86 __u32 syncobj_stride; /* size of @drm_virtgpu_execbuffer_syncobj */ argument87 __u32 num_in_syncobjs;88 __u32 num_out_syncobjs;89 __u64 in_syncobjs;90 __u64 out_syncobjs;
26 struct drm_virtgpu_execbuffer { struct27 __u32 flags;28 __u32 size;29 __u64 command;30 __u64 bo_handles;31 __u32 num_bo_handles;32 __u32 pad;
42 struct drm_virtgpu_execbuffer { struct43 __u32 flags;44 __u32 size;45 __u64 command;46 __u64 bo_handles;47 __u32 num_bo_handles;48 __s32 fence_fd;
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) */