Searched refs:msm_gpu (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/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 | 51 struct msm_gpu; 89 struct msm_gpu *gpu; 205 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 | 45 msm_gpu.o \
|
D | msm_gem_submit.c | 37 struct msm_gpu *gpu, int nr) in submit_create() 327 struct msm_gpu *gpu; in msm_ioctl_gem_submit()
|
D | msm_drv.c | 127 struct msm_gpu *gpu = priv->gpu; in msm_unload() 492 struct msm_gpu *gpu = priv->gpu; in msm_gpu_show() 505 struct msm_gpu *gpu = priv->gpu; in msm_gem_show() 745 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.1.27/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.h | 125 struct msm_gpu *(*init)(struct drm_device *dev); 137 struct msm_gpu base; 225 int adreno_get_param(struct msm_gpu *gpu, uint32_t param, uint64_t *value); 226 int adreno_hw_init(struct msm_gpu *gpu); 227 uint32_t adreno_last_fence(struct msm_gpu *gpu); 228 void adreno_recover(struct msm_gpu *gpu); 229 int adreno_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit, 231 void adreno_flush(struct msm_gpu *gpu); 232 void adreno_idle(struct msm_gpu *gpu); 234 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() 193 void adreno_flush(struct msm_gpu *gpu) in adreno_flush() 204 void adreno_idle(struct msm_gpu *gpu) in adreno_idle() 217 void adreno_show(struct msm_gpu *gpu, struct seq_file *m) in adreno_show() 253 void adreno_dump(struct msm_gpu *gpu) in adreno_dump() 283 static uint32_t ring_freewords(struct msm_gpu *gpu) in ring_freewords() [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() 281 static void a4xx_destroy(struct msm_gpu *gpu) in a4xx_destroy() 298 static void a4xx_idle(struct msm_gpu *gpu) in a4xx_idle() 311 static irqreturn_t a4xx_irq(struct msm_gpu *gpu) in a4xx_irq() 408 static void a4xx_show(struct msm_gpu *gpu, struct seq_file *m) in a4xx_show() 506 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() 296 static void a3xx_recover(struct msm_gpu *gpu) in a3xx_recover() 307 static void a3xx_destroy(struct msm_gpu *gpu) in a3xx_destroy() 324 static void a3xx_idle(struct msm_gpu *gpu) in a3xx_idle() 337 static irqreturn_t a3xx_irq(struct msm_gpu *gpu) in a3xx_irq() 394 static void a3xx_show(struct msm_gpu *gpu, struct seq_file *m) in a3xx_show() 405 static void a3xx_dump(struct msm_gpu *gpu) in a3xx_dump() 526 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); 100 struct msm_gpu *adreno_load_gpu(struct drm_device *dev) in adreno_load_gpu() 107 struct msm_gpu *gpu = NULL; in adreno_load_gpu()
|