Searched defs:msm_gpu_submitqueue (Results 1 – 1 of 1) sorted by relevance
365 struct msm_gpu_submitqueue { struct366 int id;367 u32 flags;368 u32 ring_nr;369 int faults;370 struct msm_file_private *ctx;371 struct list_head node;372 struct idr fence_idr;373 struct mutex lock;374 struct kref ref;[all …]