Lines Matching defs:msm_gpu
78 struct msm_gpu { struct
82 const struct msm_gpu_funcs *funcs; argument
93 const struct msm_gpu_perfcntr *perfcntrs; argument
94 uint32_t num_perfcntrs;
96 struct msm_ringbuffer *rb[MSM_GPU_MAX_RINGS];
97 int nr_rings;
100 struct list_head active_list;
103 bool needs_hw_init;
106 struct work_struct retire_work;
108 void __iomem *mmio;
109 int irq;
111 struct msm_gem_address_space *aspace;
137 struct msm_gpu_state *crashstate; argument
148 static inline bool msm_gpu_active(struct msm_gpu *gpu) in msm_gpu_active() argument