Searched defs:msm_gpu_submitqueue (Results 1 – 1 of 1) sorted by relevance
503 struct msm_gpu_submitqueue { struct504 int id;505 u32 flags;506 u32 ring_nr;507 int faults;508 uint32_t last_fence;509 struct msm_file_private *ctx;510 struct list_head node;511 struct idr fence_idr;512 struct spinlock idr_lock;[all …]