Home
last modified time | relevance | path

Searched defs:gpu (Results 1 – 25 of 182) sorted by relevance

12345678

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_gpu.c27 struct msm_gpu *gpu = dev_to_gpu(dev); in msm_devfreq_target() local
50 struct msm_gpu *gpu = dev_to_gpu(dev); in msm_devfreq_get_dev_status() local
69 struct msm_gpu *gpu = dev_to_gpu(dev); in msm_devfreq_get_cur_freq() local
86 static void msm_devfreq_init(struct msm_gpu *gpu) in msm_devfreq_init()
115 static int enable_pwrrail(struct msm_gpu *gpu) in enable_pwrrail()
139 static int disable_pwrrail(struct msm_gpu *gpu) in disable_pwrrail()
148 static int enable_clk(struct msm_gpu *gpu) in enable_clk()
160 static int disable_clk(struct msm_gpu *gpu) in disable_clk()
178 static int enable_axi(struct msm_gpu *gpu) in enable_axi()
185 static int disable_axi(struct msm_gpu *gpu) in disable_axi()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
Dmsm_gpu.c25 static int enable_pwrrail(struct msm_gpu *gpu) in enable_pwrrail()
49 static int disable_pwrrail(struct msm_gpu *gpu) in disable_pwrrail()
58 static int enable_clk(struct msm_gpu *gpu) in enable_clk()
70 static int disable_clk(struct msm_gpu *gpu) in disable_clk()
88 static int enable_axi(struct msm_gpu *gpu) in enable_axi()
93 static int disable_axi(struct msm_gpu *gpu) in disable_axi()
99 int msm_gpu_pm_resume(struct msm_gpu *gpu) in msm_gpu_pm_resume()
125 int msm_gpu_pm_suspend(struct msm_gpu *gpu) in msm_gpu_pm_suspend()
151 void msm_gpu_show_fdinfo(struct msm_gpu *gpu, struct msm_file_private *ctx, in msm_gpu_show_fdinfo()
159 int msm_gpu_hw_init(struct msm_gpu *gpu) in msm_gpu_hw_init()
[all …]
Dmsm_gpu_devfreq.c22 struct msm_gpu *gpu = dev_to_gpu(dev); in msm_devfreq_target() local
59 static unsigned long get_freq(struct msm_gpu *gpu) in get_freq()
80 struct msm_gpu *gpu = dev_to_gpu(dev); in msm_devfreq_get_dev_status() local
133 static bool has_devfreq(struct msm_gpu *gpu) in has_devfreq()
139 void msm_devfreq_init(struct msm_gpu *gpu) in msm_devfreq_init()
217 void msm_devfreq_cleanup(struct msm_gpu *gpu) in msm_devfreq_cleanup()
228 void msm_devfreq_resume(struct msm_gpu *gpu) in msm_devfreq_resume()
245 void msm_devfreq_suspend(struct msm_gpu *gpu) in msm_devfreq_suspend()
270 void msm_devfreq_boost(struct msm_gpu *gpu, unsigned factor) in msm_devfreq_boost()
294 void msm_devfreq_active(struct msm_gpu *gpu) in msm_devfreq_active()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c43 int etnaviv_gpu_get_param(struct etnaviv_gpu *gpu, u32 param, u64 *value) in etnaviv_gpu_get_param()
168 #define etnaviv_is_model_rev(gpu, mod, rev) \ argument
174 static void etnaviv_hw_specs(struct etnaviv_gpu *gpu) in etnaviv_hw_specs()
324 static void etnaviv_hw_identify(struct etnaviv_gpu *gpu) in etnaviv_hw_identify()
465 static void etnaviv_gpu_load_clock(struct etnaviv_gpu *gpu, u32 clock) in etnaviv_gpu_load_clock()
472 static void etnaviv_gpu_update_clock(struct etnaviv_gpu *gpu) in etnaviv_gpu_update_clock()
490 static int etnaviv_hw_reset(struct etnaviv_gpu *gpu) in etnaviv_hw_reset()
580 static void etnaviv_gpu_enable_mlcg(struct etnaviv_gpu *gpu) in etnaviv_gpu_enable_mlcg()
627 void etnaviv_gpu_start_fe(struct etnaviv_gpu *gpu, u32 address, u16 prefetch) in etnaviv_gpu_start_fe()
643 static void etnaviv_gpu_start_fe_idleloop(struct etnaviv_gpu *gpu, in etnaviv_gpu_start_fe_idleloop()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h202 static inline uint8_t adreno_patchid(const struct adreno_gpu *gpu) in adreno_patchid()
212 static inline bool adreno_is_revn(const struct adreno_gpu *gpu, uint32_t revn) in adreno_is_revn()
219 static inline bool adreno_has_gmu_wrapper(const struct adreno_gpu *gpu) in adreno_has_gmu_wrapper()
224 static inline bool adreno_is_a2xx(const struct adreno_gpu *gpu) in adreno_is_a2xx()
231 static inline bool adreno_is_a20x(const struct adreno_gpu *gpu) in adreno_is_a20x()
238 static inline bool adreno_is_a225(const struct adreno_gpu *gpu) in adreno_is_a225()
243 static inline bool adreno_is_a305(const struct adreno_gpu *gpu) in adreno_is_a305()
248 static inline bool adreno_is_a306(const struct adreno_gpu *gpu) in adreno_is_a306()
254 static inline bool adreno_is_a320(const struct adreno_gpu *gpu) in adreno_is_a320()
259 static inline bool adreno_is_a330(const struct adreno_gpu *gpu) in adreno_is_a330()
[all …]
Da4xx_gpu.c25 static void a4xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a4xx_submit()
76 static void a4xx_enable_hwcg(struct msm_gpu *gpu) in a4xx_enable_hwcg()
156 static bool a4xx_me_init(struct msm_gpu *gpu) in a4xx_me_init()
183 static int a4xx_hw_init(struct msm_gpu *gpu) in a4xx_hw_init()
350 static void a4xx_recover(struct msm_gpu *gpu) in a4xx_recover()
371 static void a4xx_destroy(struct msm_gpu *gpu) in a4xx_destroy()
385 static bool a4xx_idle(struct msm_gpu *gpu) in a4xx_idle()
402 static irqreturn_t a4xx_irq(struct msm_gpu *gpu) in a4xx_irq()
551 static struct msm_gpu_state *a4xx_gpu_state_get(struct msm_gpu *gpu) in a4xx_gpu_state_get()
565 static void a4xx_dump(struct msm_gpu *gpu) in a4xx_dump()
[all …]
Da6xx_gpu.c18 static inline bool _a6xx_check_idle(struct msm_gpu *gpu) in _a6xx_check_idle()
36 static bool a6xx_idle(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in a6xx_idle()
55 static void update_shadow_rptr(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in update_shadow_rptr()
68 static void a6xx_flush(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in a6xx_flush()
172 static void a6xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a6xx_submit()
698 static void a6xx_set_hwcg(struct msm_gpu *gpu, bool state) in a6xx_set_hwcg()
900 static void a6xx_set_cp_protect(struct msm_gpu *gpu) in a6xx_set_cp_protect()
947 static void a6xx_set_ubwc_config(struct msm_gpu *gpu) in a6xx_set_ubwc_config()
1023 static int a6xx_cp_init(struct msm_gpu *gpu) in a6xx_cp_init()
1060 struct msm_gpu *gpu = &adreno_gpu->base; in a6xx_ucode_check_version() local
[all …]
Da5xx_gpu.c21 static void update_shadow_rptr(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in update_shadow_rptr()
33 void a5xx_flush(struct msm_gpu *gpu, struct msm_ringbuffer *ring, in a5xx_flush()
66 static void a5xx_submit_in_rb(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a5xx_submit_in_rb()
127 static void a5xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a5xx_submit()
444 void a5xx_set_hwcg(struct msm_gpu *gpu, bool state) in a5xx_set_hwcg()
474 static int a5xx_me_init(struct msm_gpu *gpu) in a5xx_me_init()
515 static int a5xx_preempt_start(struct msm_gpu *gpu) in a5xx_preempt_start()
578 static int a5xx_ucode_load(struct msm_gpu *gpu) in a5xx_ucode_load()
640 static int a5xx_zap_shader_resume(struct msm_gpu *gpu) in a5xx_zap_shader_resume()
660 static int a5xx_zap_shader_init(struct msm_gpu *gpu) in a5xx_zap_shader_init()
[all …]
Da3xx_gpu.c31 static void a3xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a3xx_submit()
85 static bool a3xx_me_init(struct msm_gpu *gpu) in a3xx_me_init()
112 static int a3xx_hw_init(struct msm_gpu *gpu) in a3xx_hw_init()
351 static void a3xx_recover(struct msm_gpu *gpu) in a3xx_recover()
372 static void a3xx_destroy(struct msm_gpu *gpu) in a3xx_destroy()
386 static bool a3xx_idle(struct msm_gpu *gpu) in a3xx_idle()
404 static irqreturn_t a3xx_irq(struct msm_gpu *gpu) in a3xx_irq()
459 static void a3xx_dump(struct msm_gpu *gpu) in a3xx_dump()
466 static struct msm_gpu_state *a3xx_gpu_state_get(struct msm_gpu *gpu) in a3xx_gpu_state_get()
480 static u64 a3xx_gpu_busy(struct msm_gpu *gpu, unsigned long *out_sample_rate) in a3xx_gpu_busy()
[all …]
Da2xx_gpu.c13 static void a2xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a2xx_submit()
54 static bool a2xx_me_init(struct msm_gpu *gpu) in a2xx_me_init()
108 static int a2xx_hw_init(struct msm_gpu *gpu) in a2xx_hw_init()
266 static void a2xx_recover(struct msm_gpu *gpu) in a2xx_recover()
287 static void a2xx_destroy(struct msm_gpu *gpu) in a2xx_destroy()
299 static bool a2xx_idle(struct msm_gpu *gpu) in a2xx_idle()
317 static irqreturn_t a2xx_irq(struct msm_gpu *gpu) in a2xx_irq()
448 static void a2xx_dump(struct msm_gpu *gpu) in a2xx_dump()
455 static struct msm_gpu_state *a2xx_gpu_state_get(struct msm_gpu *gpu) in a2xx_gpu_state_get()
470 a2xx_create_address_space(struct msm_gpu *gpu, struct platform_device *pdev) in a2xx_create_address_space()
[all …]
Da5xx_preempt.c25 static inline void set_preempt_state(struct a5xx_gpu *gpu, in set_preempt_state()
40 static inline void update_wptr(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in update_wptr()
56 static struct msm_ringbuffer *get_next_ring(struct msm_gpu *gpu) in get_next_ring()
83 struct msm_gpu *gpu = &a5xx_gpu->base.base; in a5xx_preempt_timer() local
94 void a5xx_preempt_trigger(struct msm_gpu *gpu) in a5xx_preempt_trigger()
174 void a5xx_preempt_irq(struct msm_gpu *gpu) in a5xx_preempt_irq()
216 void a5xx_preempt_hw_init(struct msm_gpu *gpu) in a5xx_preempt_hw_init()
249 struct msm_gpu *gpu = &adreno_gpu->base; in preempt_init_ring() local
291 void a5xx_preempt_fini(struct msm_gpu *gpu) in a5xx_preempt_fini()
303 void a5xx_preempt_init(struct msm_gpu *gpu) in a5xx_preempt_init()
Dadreno_gpu.c30 static int zap_shader_load_mdt(struct msm_gpu *gpu, const char *fwname, in zap_shader_load_mdt()
176 int adreno_zap_shader_load(struct msm_gpu *gpu, u32 pasid) in adreno_zap_shader_load()
195 adreno_create_address_space(struct msm_gpu *gpu, in adreno_create_address_space()
202 adreno_iommu_create_address_space(struct msm_gpu *gpu, in adreno_iommu_create_address_space()
236 u64 adreno_private_address_space_size(struct msm_gpu *gpu) in adreno_private_address_space_size()
253 int adreno_fault_handler(struct msm_gpu *gpu, unsigned long iova, int flags, in adreno_fault_handler()
309 int adreno_get_param(struct msm_gpu *gpu, struct msm_file_private *ctx, in adreno_get_param()
378 int adreno_set_param(struct msm_gpu *gpu, struct msm_file_private *ctx, in adreno_set_param()
538 struct drm_gem_object *adreno_fw_create_bo(struct msm_gpu *gpu, in adreno_fw_create_bo()
557 int adreno_hw_init(struct msm_gpu *gpu) in adreno_hw_init()
[all …]
Dadreno_device.c543 struct msm_gpu *gpu = NULL; in adreno_load_gpu() local
664 struct msm_gpu *gpu; in adreno_bind() local
707 struct msm_gpu *gpu = dev_to_gpu(dev); in adreno_unbind() local
777 struct msm_gpu *gpu = dev_to_gpu(dev); in adreno_runtime_resume() local
784 struct msm_gpu *gpu = dev_to_gpu(dev); in adreno_runtime_suspend() local
796 static void suspend_scheduler(struct msm_gpu *gpu) in suspend_scheduler()
817 static void resume_scheduler(struct msm_gpu *gpu) in resume_scheduler()
829 struct msm_gpu *gpu = dev_to_gpu(dev); in adreno_system_suspend() local
856 struct msm_gpu *gpu = dev_to_gpu(dev); in adreno_system_resume() local
Da5xx_debugfs.c14 static void pfp_print(struct msm_gpu *gpu, struct drm_printer *p) in pfp_print()
27 static void me_print(struct msm_gpu *gpu, struct drm_printer *p) in me_print()
40 static void meq_print(struct msm_gpu *gpu, struct drm_printer *p) in meq_print()
53 static void roq_print(struct msm_gpu *gpu, struct drm_printer *p) in roq_print()
97 struct msm_gpu *gpu = priv->gpu; in reset_set() local
144 void a5xx_debugfs_init(struct msm_gpu *gpu, struct drm_minor *minor) in a5xx_debugfs_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
Detnaviv_gpu.c39 int etnaviv_gpu_get_param(struct etnaviv_gpu *gpu, u32 param, u64 *value) in etnaviv_gpu_get_param()
176 #define etnaviv_is_model_rev(gpu, mod, rev) \ argument
182 static void etnaviv_hw_specs(struct etnaviv_gpu *gpu) in etnaviv_hw_specs()
332 static void etnaviv_hw_identify(struct etnaviv_gpu *gpu) in etnaviv_hw_identify()
473 static void etnaviv_gpu_load_clock(struct etnaviv_gpu *gpu, u32 clock) in etnaviv_gpu_load_clock()
480 static void etnaviv_gpu_update_clock(struct etnaviv_gpu *gpu) in etnaviv_gpu_update_clock()
506 static int etnaviv_hw_reset(struct etnaviv_gpu *gpu) in etnaviv_hw_reset()
596 static void etnaviv_gpu_enable_mlcg(struct etnaviv_gpu *gpu) in etnaviv_gpu_enable_mlcg()
650 void etnaviv_gpu_start_fe(struct etnaviv_gpu *gpu, u32 address, u16 prefetch) in etnaviv_gpu_start_fe()
664 static void etnaviv_gpu_start_fe_idleloop(struct etnaviv_gpu *gpu, in etnaviv_gpu_start_fe_idleloop()
[all …]
Detnaviv_perfmon.c40 static u32 perf_reg_read(struct etnaviv_gpu *gpu, in perf_reg_read()
49 static inline void pipe_select(struct etnaviv_gpu *gpu, u32 clock, unsigned pipe) in pipe_select()
57 static u32 pipe_perf_reg_read(struct etnaviv_gpu *gpu, in pipe_perf_reg_read()
76 static u32 pipe_reg_read(struct etnaviv_gpu *gpu, in pipe_reg_read()
95 static u32 hi_total_cycle_read(struct etnaviv_gpu *gpu, in hi_total_cycle_read()
109 static u32 hi_total_idle_cycle_read(struct etnaviv_gpu *gpu, in hi_total_idle_cycle_read()
462 static unsigned int num_pm_domains(const struct etnaviv_gpu *gpu) in num_pm_domains()
476 static const struct etnaviv_pm_domain *pm_domain(const struct etnaviv_gpu *gpu, in pm_domain()
499 int etnaviv_pm_query_dom(struct etnaviv_gpu *gpu, in etnaviv_pm_query_dom()
523 int etnaviv_pm_query_sig(struct etnaviv_gpu *gpu, in etnaviv_pm_query_sig()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
Da4xx_gpu.c25 static void a4xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a4xx_submit()
77 static void a4xx_enable_hwcg(struct msm_gpu *gpu) in a4xx_enable_hwcg()
157 static bool a4xx_me_init(struct msm_gpu *gpu) in a4xx_me_init()
184 static int a4xx_hw_init(struct msm_gpu *gpu) in a4xx_hw_init()
351 static void a4xx_recover(struct msm_gpu *gpu) in a4xx_recover()
372 static void a4xx_destroy(struct msm_gpu *gpu) in a4xx_destroy()
386 static bool a4xx_idle(struct msm_gpu *gpu) in a4xx_idle()
403 static irqreturn_t a4xx_irq(struct msm_gpu *gpu) in a4xx_irq()
552 static struct msm_gpu_state *a4xx_gpu_state_get(struct msm_gpu *gpu) in a4xx_gpu_state_get()
566 static void a4xx_dump(struct msm_gpu *gpu) in a4xx_dump()
[all …]
Da6xx_gpu.c15 static inline bool _a6xx_check_idle(struct msm_gpu *gpu) in _a6xx_check_idle()
33 bool a6xx_idle(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in a6xx_idle()
52 static void a6xx_flush(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in a6xx_flush()
138 static void a6xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a6xx_submit()
427 static void a6xx_set_hwcg(struct msm_gpu *gpu, bool state) in a6xx_set_hwcg()
541 static void a6xx_set_cp_protect(struct msm_gpu *gpu) in a6xx_set_cp_protect()
569 static void a6xx_set_ubwc_config(struct msm_gpu *gpu) in a6xx_set_ubwc_config()
600 static int a6xx_cp_init(struct msm_gpu *gpu) in a6xx_cp_init()
653 static int a6xx_ucode_init(struct msm_gpu *gpu) in a6xx_ucode_init()
682 static int a6xx_zap_shader_init(struct msm_gpu *gpu) in a6xx_zap_shader_init()
[all …]
Da5xx_gpu.c21 void a5xx_flush(struct msm_gpu *gpu, struct msm_ringbuffer *ring, in a5xx_flush()
57 static void a5xx_submit_in_rb(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a5xx_submit_in_rb()
116 static void a5xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a5xx_submit()
323 void a5xx_set_hwcg(struct msm_gpu *gpu, bool state) in a5xx_set_hwcg()
341 static int a5xx_me_init(struct msm_gpu *gpu) in a5xx_me_init()
382 static int a5xx_preempt_start(struct msm_gpu *gpu) in a5xx_preempt_start()
445 static int a5xx_ucode_init(struct msm_gpu *gpu) in a5xx_ucode_init()
494 static int a5xx_zap_shader_resume(struct msm_gpu *gpu) in a5xx_zap_shader_resume()
506 static int a5xx_zap_shader_init(struct msm_gpu *gpu) in a5xx_zap_shader_init()
537 static int a5xx_hw_init(struct msm_gpu *gpu) in a5xx_hw_init()
[all …]
Da2xx_gpu.c13 static void a2xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a2xx_submit()
55 static bool a2xx_me_init(struct msm_gpu *gpu) in a2xx_me_init()
102 static int a2xx_hw_init(struct msm_gpu *gpu) in a2xx_hw_init()
248 static void a2xx_recover(struct msm_gpu *gpu) in a2xx_recover()
269 static void a2xx_destroy(struct msm_gpu *gpu) in a2xx_destroy()
281 static bool a2xx_idle(struct msm_gpu *gpu) in a2xx_idle()
299 static irqreturn_t a2xx_irq(struct msm_gpu *gpu) in a2xx_irq()
430 static void a2xx_dump(struct msm_gpu *gpu) in a2xx_dump()
437 static struct msm_gpu_state *a2xx_gpu_state_get(struct msm_gpu *gpu) in a2xx_gpu_state_get()
452 a2xx_create_address_space(struct msm_gpu *gpu, struct platform_device *pdev) in a2xx_create_address_space()
[all …]
Da3xx_gpu.c31 static void a3xx_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit) in a3xx_submit()
86 static bool a3xx_me_init(struct msm_gpu *gpu) in a3xx_me_init()
113 static int a3xx_hw_init(struct msm_gpu *gpu) in a3xx_hw_init()
352 static void a3xx_recover(struct msm_gpu *gpu) in a3xx_recover()
373 static void a3xx_destroy(struct msm_gpu *gpu) in a3xx_destroy()
387 static bool a3xx_idle(struct msm_gpu *gpu) in a3xx_idle()
405 static irqreturn_t a3xx_irq(struct msm_gpu *gpu) in a3xx_irq()
460 static void a3xx_dump(struct msm_gpu *gpu) in a3xx_dump()
467 static struct msm_gpu_state *a3xx_gpu_state_get(struct msm_gpu *gpu) in a3xx_gpu_state_get()
481 static u32 a3xx_get_rptr(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in a3xx_get_rptr()
[all …]
Da5xx_preempt.c25 static inline void set_preempt_state(struct a5xx_gpu *gpu, in set_preempt_state()
40 static inline void update_wptr(struct msm_gpu *gpu, struct msm_ringbuffer *ring) in update_wptr()
56 static struct msm_ringbuffer *get_next_ring(struct msm_gpu *gpu) in get_next_ring()
79 struct msm_gpu *gpu = &a5xx_gpu->base.base; in a5xx_preempt_timer() local
91 void a5xx_preempt_trigger(struct msm_gpu *gpu) in a5xx_preempt_trigger()
159 void a5xx_preempt_irq(struct msm_gpu *gpu) in a5xx_preempt_irq()
196 void a5xx_preempt_hw_init(struct msm_gpu *gpu) in a5xx_preempt_hw_init()
228 struct msm_gpu *gpu = &adreno_gpu->base; in preempt_init_ring() local
270 void a5xx_preempt_fini(struct msm_gpu *gpu) in a5xx_preempt_fini()
283 void a5xx_preempt_init(struct msm_gpu *gpu) in a5xx_preempt_init()
Dadreno_gpu.h141 static inline bool adreno_is_a2xx(struct adreno_gpu *gpu) in adreno_is_a2xx()
146 static inline bool adreno_is_a20x(struct adreno_gpu *gpu) in adreno_is_a20x()
151 static inline bool adreno_is_a225(struct adreno_gpu *gpu) in adreno_is_a225()
156 static inline bool adreno_is_a305(struct adreno_gpu *gpu) in adreno_is_a305()
161 static inline bool adreno_is_a306(struct adreno_gpu *gpu) in adreno_is_a306()
167 static inline bool adreno_is_a320(struct adreno_gpu *gpu) in adreno_is_a320()
172 static inline bool adreno_is_a330(struct adreno_gpu *gpu) in adreno_is_a330()
177 static inline bool adreno_is_a330v2(struct adreno_gpu *gpu) in adreno_is_a330v2()
182 static inline int adreno_is_a405(struct adreno_gpu *gpu) in adreno_is_a405()
187 static inline int adreno_is_a420(struct adreno_gpu *gpu) in adreno_is_a420()
[all …]
Dadreno_gpu.c24 static int zap_shader_load_mdt(struct msm_gpu *gpu, const char *fwname, in zap_shader_load_mdt()
170 int adreno_zap_shader_load(struct msm_gpu *gpu, u32 pasid) in adreno_zap_shader_load()
189 adreno_iommu_create_address_space(struct msm_gpu *gpu, in adreno_iommu_create_address_space()
220 int adreno_get_param(struct msm_gpu *gpu, uint32_t param, uint64_t *value) in adreno_get_param()
374 struct drm_gem_object *adreno_fw_create_bo(struct msm_gpu *gpu, in adreno_fw_create_bo()
393 int adreno_hw_init(struct msm_gpu *gpu) in adreno_hw_init()
425 struct msm_gpu *gpu = &adreno_gpu->base; in get_rptr() local
430 struct msm_ringbuffer *adreno_active_ring(struct msm_gpu *gpu) in adreno_active_ring()
435 void adreno_recover(struct msm_gpu *gpu) in adreno_recover()
453 void adreno_flush(struct msm_gpu *gpu, struct msm_ringbuffer *ring, u32 reg) in adreno_flush()
[all …]
Da5xx_debugfs.c14 static void pfp_print(struct msm_gpu *gpu, struct drm_printer *p) in pfp_print()
27 static void me_print(struct msm_gpu *gpu, struct drm_printer *p) in me_print()
40 static void meq_print(struct msm_gpu *gpu, struct drm_printer *p) in meq_print()
53 static void roq_print(struct msm_gpu *gpu, struct drm_printer *p) in roq_print()
97 struct msm_gpu *gpu = priv->gpu; in reset_set() local
144 void a5xx_debugfs_init(struct msm_gpu *gpu, struct drm_minor *minor) in a5xx_debugfs_init()

12345678