Searched defs:msm_gpu_submitqueue (Results 1 – 1 of 1) sorted by relevance
520 struct msm_gpu_submitqueue { struct521 int id;522 u32 flags;523 u32 ring_nr;524 int faults;525 uint32_t last_fence;526 struct msm_file_private *ctx;527 struct list_head node;528 struct idr fence_idr;529 struct spinlock idr_lock;[all …]