Searched defs:msm_gpu_submitqueue (Results 1 – 1 of 1) sorted by relevance
509 struct msm_gpu_submitqueue { struct510 int id;511 u32 flags;512 u32 ring_nr;513 int faults;514 uint32_t last_fence;515 struct msm_file_private *ctx;516 struct list_head node;517 struct idr fence_idr;518 struct spinlock idr_lock;[all …]