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