Lines Matching defs:msm_gpu
174 struct msm_gpu { struct
178 const struct msm_gpu_funcs *funcs; argument
191 const struct msm_gpu_perfcntr *perfcntrs; argument
192 uint32_t num_perfcntrs;
194 struct msm_ringbuffer *rb[MSM_GPU_MAX_RINGS];
195 int nr_rings;
202 refcount_t sysprof_active;
212 struct mutex lock;
222 int active_submits;
225 struct mutex active_lock;
228 bool needs_hw_init;
234 int global_faults;
236 void __iomem *mmio;
237 int irq;
239 struct msm_gem_address_space *aspace;
242 struct regulator *gpu_reg, *gpu_cx;
243 struct clk_bulk_data *grp_clks;
244 int nr_clocks;
245 struct clk *ebi1_clk, *core_clk, *rbbmtimer_clk;
246 uint32_t fast_rate;
270 struct msm_gpu_devfreq devfreq; argument
274 struct msm_gpu_state *crashstate; argument
291 static inline struct msm_gpu *dev_to_gpu(struct device *dev) in dev_to_gpu() argument