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