Lines Matching defs:msm_gpu
173 struct msm_gpu { struct
177 const struct msm_gpu_funcs *funcs; argument
190 const struct msm_gpu_perfcntr *perfcntrs; argument
191 uint32_t num_perfcntrs;
193 struct msm_ringbuffer *rb[MSM_GPU_MAX_RINGS];
194 int nr_rings;
201 refcount_t sysprof_active;
211 struct mutex lock;
221 int active_submits;
224 struct mutex active_lock;
227 bool needs_hw_init;
233 int global_faults;
235 void __iomem *mmio;
236 int irq;
238 struct drm_gpuvm *vm;
241 struct regulator *gpu_reg, *gpu_cx;
242 struct clk_bulk_data *grp_clks;
243 int nr_clocks;
244 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk;
245 uint32_t fast_rate;
269 struct msm_gpu_devfreq devfreq; argument
273 struct msm_gpu_state *crashstate; argument
290 static inline struct msm_gpu *dev_to_gpu(struct device *dev) in dev_to_gpu() argument