Searched defs:msm_gpu_submitqueue (Results 1 – 1 of 1) sorted by relevance
457 struct msm_gpu_submitqueue { struct458 int id;459 u32 flags;460 u32 ring_nr;461 int faults;462 uint32_t last_fence;463 struct msm_file_private *ctx;464 struct list_head node;465 struct idr fence_idr;466 struct mutex lock;[all …]