Searched refs:msm_gpu (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_gpu.h | 45 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 …]
|
D | msm_gpu.c | 29 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 …]
|
D | msm_ringbuffer.h | 24 struct msm_gpu *gpu; 30 struct msm_ringbuffer *msm_ringbuffer_new(struct msm_gpu *gpu, int size);
|
D | msm_gem.h | 41 struct msm_gpu *gpu; /* non-null if active */ 98 struct msm_gpu *gpu;
|
D | msm_drv.h | 52 struct msm_gpu; 103 struct msm_gpu *gpu; 224 struct msm_gpu *gpu, bool write, uint32_t fence);
|
D | msm_mmu.h | 46 struct msm_mmu *msm_gpummu_new(struct device *dev, struct msm_gpu *gpu);
|
D | msm_ringbuffer.c | 21 struct msm_ringbuffer *msm_ringbuffer_new(struct msm_gpu *gpu, int size) in msm_ringbuffer_new()
|
D | msm_perf.c | 72 struct msm_gpu *gpu = priv->gpu; in refill_buf() 165 struct msm_gpu *gpu = priv->gpu; in perf_open()
|
D | Makefile | 47 msm_gpu.o \
|
D | msm_gem_submit.c | 37 struct msm_gpu *gpu, int nr) in submit_create() 326 struct msm_gpu *gpu; in msm_ioctl_gem_submit()
|
D | msm_drv.c | 184 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()
|
D | msm_rd.c | 164 struct msm_gpu *gpu = priv->gpu; in rd_open()
|
D | NOTES | 27 And one or more 'struct msm_gpu' for the various different gpu sub-
|
D | msm_gem.c | 424 struct msm_gpu *gpu, bool write, uint32_t fence) in msm_gem_move_to_active()
|
/linux-4.4.14/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.h | 125 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 …]
|
D | adreno_gpu.c | 27 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 …]
|
D | a4xx_gpu.c | 33 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 …]
|
D | a3xx_gpu.c | 42 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 …]
|
D | adreno_device.c | 32 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()
|