Searched defs:v3dv_queue_submit_wait_info (Results 1 – 1 of 1) sorted by relevance
200 struct v3dv_queue_submit_wait_info { struct201 struct list_head list_link;203 struct v3dv_device *device;208 uint32_t wait_thread_count;209 struct {234 /* A list of active v3dv_queue_submit_wait_info */ argument