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