Searched defs:msm_gpu_submitqueue (Results 1 – 1 of 1) sorted by relevance
476 struct msm_gpu_submitqueue { struct477 int id;478 u32 flags;479 u32 ring_nr;480 int faults;481 uint32_t last_fence;482 struct msm_file_private *ctx;483 struct list_head node;484 struct idr fence_idr;485 struct mutex idr_lock;[all …]