Searched defs:msm_gpu_submitqueue (Results 1 – 1 of 1) sorted by relevance
377 struct msm_gpu_submitqueue { struct378 int id;379 u32 flags;380 u32 ring_nr;381 int faults;382 uint32_t last_fence;383 struct msm_file_private *ctx;384 struct list_head node;385 struct idr fence_idr;386 struct mutex lock;[all …]