Lines Matching defs:msm_gpu
63 struct msm_gpu { struct
66 const struct msm_gpu_funcs *funcs; argument
77 const struct msm_gpu_perfcntr *perfcntrs; argument
78 uint32_t num_perfcntrs;
80 struct msm_ringbuffer *rb;
81 uint32_t rb_iova;
84 struct list_head active_list;
86 uint32_t submitted_fence;
89 int active_cnt;
90 bool inactive;
93 struct work_struct retire_work;
95 void __iomem *mmio;
96 int irq;
98 struct msm_mmu *mmu;
99 int id;
124 static inline bool msm_gpu_active(struct msm_gpu *gpu) in msm_gpu_active() argument