Searched refs:msm_gpu (Results 1 – 18 of 18) sorted by relevance
/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 | 38 struct msm_gpu *gpu; /* non-null if active */ 82 struct msm_gpu *gpu;
|
D | msm_drv.h | 57 struct msm_gpu; 81 struct msm_gpu *gpu; 182 struct msm_gpu *gpu, bool write, uint32_t fence);
|
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 | 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 | Makefile | 38 msm_gpu.o \
|
D | msm_drv.c | 117 struct msm_gpu *gpu = priv->gpu; in msm_unload() 430 struct msm_gpu *gpu = priv->gpu; in msm_gpu_show() 443 struct msm_gpu *gpu = priv->gpu; in msm_gem_show() 663 struct msm_gpu *gpu; in msm_ioctl_get_param()
|
D | msm_gem_submit.c | 37 struct msm_gpu *gpu, uint32_t nr) in submit_create() 348 struct msm_gpu *gpu; in msm_ioctl_gem_submit()
|
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 | 420 struct msm_gpu *gpu, bool write, uint32_t fence) in msm_gem_move_to_active()
|
/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.h | 48 struct msm_gpu *(*init)(struct drm_device *dev); 60 struct msm_gpu base; 131 int adreno_get_param(struct msm_gpu *gpu, uint32_t param, uint64_t *value); 132 int adreno_hw_init(struct msm_gpu *gpu); 133 uint32_t adreno_last_fence(struct msm_gpu *gpu); 134 void adreno_recover(struct msm_gpu *gpu); 135 int adreno_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit, 137 void adreno_flush(struct msm_gpu *gpu); 138 void adreno_idle(struct msm_gpu *gpu); 140 void adreno_show(struct msm_gpu *gpu, struct seq_file *m); [all …]
|
D | adreno_gpu.c | 25 int adreno_get_param(struct msm_gpu *gpu, uint32_t param, uint64_t *value) in adreno_get_param() 51 int adreno_hw_init(struct msm_gpu *gpu) in adreno_hw_init() 88 uint32_t adreno_last_fence(struct msm_gpu *gpu) in adreno_last_fence() 94 void adreno_recover(struct msm_gpu *gpu) in adreno_recover() 118 int adreno_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit, in adreno_submit() 189 void adreno_flush(struct msm_gpu *gpu) in adreno_flush() 199 void adreno_idle(struct msm_gpu *gpu) in adreno_idle() 219 void adreno_show(struct msm_gpu *gpu, struct seq_file *m) in adreno_show() 255 void adreno_dump(struct msm_gpu *gpu) in adreno_dump() 285 static uint32_t ring_freewords(struct msm_gpu *gpu) in ring_freewords() [all …]
|
D | a3xx_gpu.c | 40 static void a3xx_dump(struct msm_gpu *gpu); 42 static void a3xx_me_init(struct msm_gpu *gpu) in a3xx_me_init() 69 static int a3xx_hw_init(struct msm_gpu *gpu) in a3xx_hw_init() 294 static void a3xx_recover(struct msm_gpu *gpu) in a3xx_recover() 305 static void a3xx_destroy(struct msm_gpu *gpu) in a3xx_destroy() 322 static void a3xx_idle(struct msm_gpu *gpu) in a3xx_idle() 335 static irqreturn_t a3xx_irq(struct msm_gpu *gpu) in a3xx_irq() 392 static void a3xx_show(struct msm_gpu *gpu, struct seq_file *m) in a3xx_show() 403 static void a3xx_dump(struct msm_gpu *gpu) in a3xx_dump() 436 struct msm_gpu *a3xx_gpu_init(struct drm_device *dev) in a3xx_gpu_init() [all …]
|
D | adreno_device.c | 30 struct msm_gpu *a3xx_gpu_init(struct drm_device *dev); 87 struct msm_gpu *adreno_load_gpu(struct drm_device *dev) in adreno_load_gpu() 94 struct msm_gpu *gpu = NULL; in adreno_load_gpu()
|