Searched defs:drm_virtgpu_execbuffer (Results 1 – 3 of 3) sorted by relevance
53 struct drm_virtgpu_execbuffer { struct54 uint32_t flags; /* for future use */55 uint32_t size;56 uint64_t command; /* void* */57 uint64_t bo_handles;58 uint32_t num_bo_handles;59 uint32_t pad;
56 struct drm_virtgpu_execbuffer { struct57 __u32 flags; /* for future use */58 __u32 size;59 __u64 command; /* void* */60 __u64 bo_handles;61 __u32 num_bo_handles;62 __u32 pad;
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) */