Home
last modified time | relevance | path

Searched refs:msm_gpu (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_gpu.h45 int (*get_param)(struct msm_gpu *gpu, uint32_t param, uint64_t *value);
46 int (*hw_init)(struct msm_gpu *gpu);
47 int (*pm_suspend)(struct msm_gpu *gpu);
48 int (*pm_resume)(struct msm_gpu *gpu);
49 int (*submit)(struct msm_gpu *gpu, struct msm_gem_submit *submit,
51 void (*flush)(struct msm_gpu *gpu);
52 void (*idle)(struct msm_gpu *gpu);
53 irqreturn_t (*irq)(struct msm_gpu *irq);
54 uint32_t (*last_fence)(struct msm_gpu *gpu);
55 void (*recover)(struct msm_gpu *gpu);
[all …]
Dmsm_gpu.c29 static void bs_init(struct msm_gpu *gpu) in bs_init()
37 static void bs_fini(struct msm_gpu *gpu) in bs_fini()
45 static void bs_set(struct msm_gpu *gpu, int idx) in bs_set()
53 static void bs_init(struct msm_gpu *gpu) {} in bs_init()
54 static void bs_fini(struct msm_gpu *gpu) {} in bs_fini()
55 static void bs_set(struct msm_gpu *gpu, int idx) {} in bs_set()
58 static int enable_pwrrail(struct msm_gpu *gpu) in enable_pwrrail()
82 static int disable_pwrrail(struct msm_gpu *gpu) in disable_pwrrail()
91 static int enable_clk(struct msm_gpu *gpu) in enable_clk()
114 static int disable_clk(struct msm_gpu *gpu) in disable_clk()
[all …]
Dmsm_ringbuffer.h24 struct msm_gpu *gpu;
30 struct msm_ringbuffer *msm_ringbuffer_new(struct msm_gpu *gpu, int size);
Dmsm_gem.h41 struct msm_gpu *gpu; /* non-null if active */
98 struct msm_gpu *gpu;
Dmsm_drv.h52 struct msm_gpu;
103 struct msm_gpu *gpu;
224 struct msm_gpu *gpu, bool write, uint32_t fence);
Dmsm_mmu.h46 struct msm_mmu *msm_gpummu_new(struct device *dev, struct msm_gpu *gpu);
Dmsm_ringbuffer.c21 struct msm_ringbuffer *msm_ringbuffer_new(struct msm_gpu *gpu, int size) in msm_ringbuffer_new()
Dmsm_perf.c72 struct msm_gpu *gpu = priv->gpu; in refill_buf()
165 struct msm_gpu *gpu = priv->gpu; in perf_open()
DMakefile47 msm_gpu.o \
Dmsm_gem_submit.c37 struct msm_gpu *gpu, int nr) in submit_create()
326 struct msm_gpu *gpu; in msm_ioctl_gem_submit()
Dmsm_drv.c184 struct msm_gpu *gpu = priv->gpu; in msm_unload()
558 struct msm_gpu *gpu = priv->gpu; in msm_gpu_show()
571 struct msm_gpu *gpu = priv->gpu; in msm_gem_show()
818 struct msm_gpu *gpu; in msm_ioctl_get_param()
Dmsm_rd.c164 struct msm_gpu *gpu = priv->gpu; in rd_open()
DNOTES27 And one or more 'struct msm_gpu' for the various different gpu sub-
Dmsm_gem.c424 struct msm_gpu *gpu, bool write, uint32_t fence) in msm_gem_move_to_active()
/linux-4.4.14/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h125 struct msm_gpu *(*init)(struct drm_device *dev);
137 struct msm_gpu base;
231 int adreno_get_param(struct msm_gpu *gpu, uint32_t param, uint64_t *value);
232 int adreno_hw_init(struct msm_gpu *gpu);
233 uint32_t adreno_last_fence(struct msm_gpu *gpu);
234 void adreno_recover(struct msm_gpu *gpu);
235 int adreno_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit,
237 void adreno_flush(struct msm_gpu *gpu);
238 void adreno_idle(struct msm_gpu *gpu);
240 void adreno_show(struct msm_gpu *gpu, struct seq_file *m);
[all …]
Dadreno_gpu.c27 int adreno_get_param(struct msm_gpu *gpu, uint32_t param, uint64_t *value) in adreno_get_param()
53 int adreno_hw_init(struct msm_gpu *gpu) in adreno_hw_init()
92 uint32_t adreno_last_fence(struct msm_gpu *gpu) in adreno_last_fence()
98 void adreno_recover(struct msm_gpu *gpu) in adreno_recover()
122 int adreno_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit, in adreno_submit()
204 void adreno_flush(struct msm_gpu *gpu) in adreno_flush()
215 void adreno_idle(struct msm_gpu *gpu) in adreno_idle()
228 void adreno_show(struct msm_gpu *gpu, struct seq_file *m) in adreno_show()
269 void adreno_dump_info(struct msm_gpu *gpu) in adreno_dump_info()
292 void adreno_dump(struct msm_gpu *gpu) in adreno_dump()
[all …]
Da4xx_gpu.c33 static void a4xx_dump(struct msm_gpu *gpu);
39 static void a4xx_enable_hwcg(struct msm_gpu *gpu) in a4xx_enable_hwcg()
110 static void a4xx_me_init(struct msm_gpu *gpu) in a4xx_me_init()
137 static int a4xx_hw_init(struct msm_gpu *gpu) in a4xx_hw_init()
269 static void a4xx_recover(struct msm_gpu *gpu) in a4xx_recover()
283 static void a4xx_destroy(struct msm_gpu *gpu) in a4xx_destroy()
300 static void a4xx_idle(struct msm_gpu *gpu) in a4xx_idle()
313 static irqreturn_t a4xx_irq(struct msm_gpu *gpu) in a4xx_irq()
410 static void a4xx_show(struct msm_gpu *gpu, struct seq_file *m) in a4xx_show()
508 static void a4xx_dump(struct msm_gpu *gpu) in a4xx_dump()
[all …]
Da3xx_gpu.c42 static void a3xx_dump(struct msm_gpu *gpu);
44 static void a3xx_me_init(struct msm_gpu *gpu) in a3xx_me_init()
71 static int a3xx_hw_init(struct msm_gpu *gpu) in a3xx_hw_init()
302 static void a3xx_recover(struct msm_gpu *gpu) in a3xx_recover()
316 static void a3xx_destroy(struct msm_gpu *gpu) in a3xx_destroy()
333 static void a3xx_idle(struct msm_gpu *gpu) in a3xx_idle()
346 static irqreturn_t a3xx_irq(struct msm_gpu *gpu) in a3xx_irq()
403 static void a3xx_show(struct msm_gpu *gpu, struct seq_file *m) in a3xx_show()
414 static void a3xx_dump(struct msm_gpu *gpu) in a3xx_dump()
535 struct msm_gpu *a3xx_gpu_init(struct drm_device *dev) in a3xx_gpu_init()
[all …]
Dadreno_device.c32 struct msm_gpu *a3xx_gpu_init(struct drm_device *dev);
33 struct msm_gpu *a4xx_gpu_init(struct drm_device *dev);
108 struct msm_gpu *adreno_load_gpu(struct drm_device *dev) in adreno_load_gpu()
115 struct msm_gpu *gpu = NULL; in adreno_load_gpu()