Home
last modified time | relevance | path

Searched refs:v3d_dev (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/gpu/drm/v3d/
H A Dv3d_drv.h97 struct v3d_dev { struct
193 static inline struct v3d_dev * argument
200 v3d_has_csd(struct v3d_dev *v3d) in v3d_has_csd()
209 struct v3d_dev *v3d;
272 struct v3d_dev *v3d;
542 void v3d_reset(struct v3d_dev *v3d);
548 void v3d_gemfs_init(struct v3d_dev *v3d);
549 void v3d_gemfs_fini(struct v3d_dev *v3d);
564 int v3d_irq_init(struct v3d_dev *v3d);
567 void v3d_irq_reset(struct v3d_dev *v3d);
[all …]
H A Dv3d_gem.c20 v3d_init_core(struct v3d_dev *v3d, int core) in v3d_init_core()
40 v3d_init_hw_state(struct v3d_dev *v3d) in v3d_init_hw_state()
46 v3d_idle_axi(struct v3d_dev *v3d, int core) in v3d_idle_axi()
59 v3d_idle_gca(struct v3d_dev *v3d) in v3d_idle_gca()
74 v3d_reset_by_bridge(struct v3d_dev *v3d) in v3d_reset_by_bridge()
97 v3d_reset_v3d(struct v3d_dev *v3d) in v3d_reset_v3d()
108 v3d_reset(struct v3d_dev *v3d) in v3d_reset()
133 v3d_flush_l3(struct v3d_dev *v3d) in v3d_flush_l3()
189 v3d_clean_caches(struct v3d_dev *v3d) in v3d_clean_caches()
245 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_gem_init()
[all …]
H A Dv3d_perfmon.c198 void v3d_perfmon_init(struct v3d_dev *v3d) in v3d_perfmon_init()
229 void v3d_perfmon_start(struct v3d_dev *v3d, struct v3d_perfmon *perfmon) in v3d_perfmon_start()
265 void v3d_perfmon_stop(struct v3d_dev *v3d, struct v3d_perfmon *perfmon, in v3d_perfmon_stop()
310 struct v3d_dev *v3d = (struct v3d_dev *)data; in v3d_perfmon_idr_del()
326 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_perfmon_close_file()
340 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_perfmon_create_ioctl()
390 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_perfmon_destroy_ioctl()
415 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_perfmon_get_values_ioctl()
443 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_perfmon_get_counter_ioctl()
472 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_perfmon_set_global_ioctl()
H A Dv3d_irq.c41 struct v3d_dev *v3d = in v3d_overflow_mem_work()
42 container_of(work, struct v3d_dev, overflow_mem_work); in v3d_overflow_mem_work()
85 struct v3d_dev *v3d = arg; in v3d_irq()
161 struct v3d_dev *v3d = arg; in v3d_hub_irq()
229 v3d_irq_init(struct v3d_dev *v3d) in v3d_irq_init()
278 v3d_irq_enable(struct v3d_dev *v3d) in v3d_irq_enable()
293 v3d_irq_disable(struct v3d_dev *v3d) in v3d_irq_disable()
311 void v3d_irq_reset(struct v3d_dev *v3d) in v3d_irq_reset()
H A Dv3d_sched.c141 struct v3d_dev *v3d = job->v3d; in v3d_job_start_stats()
199 struct v3d_dev *v3d = job->v3d; in v3d_job_update_stats()
224 struct v3d_dev *v3d = job->base.v3d; in v3d_bin_job_run()
284 struct v3d_dev *v3d = job->base.v3d; in v3d_render_job_run()
332 struct v3d_dev *v3d = job->base.v3d; in v3d_tfu_job_run()
379 struct v3d_dev *v3d = job->base.v3d; in v3d_csd_job_run()
431 struct v3d_dev *v3d = job->base.v3d; in v3d_rewrite_csd_job_wg_counts_from_indirect()
706 struct v3d_dev *v3d = job->v3d; in v3d_cache_clean_job_run()
762 struct v3d_dev *v3d = job->v3d; in v3d_cl_job_timedout()
882 v3d_sched_init(struct v3d_dev *v3d) in v3d_sched_init()
[all …]
H A Dv3d_mmu.c38 int v3d_mmu_flush_all(struct v3d_dev *v3d) in v3d_mmu_flush_all()
63 int v3d_mmu_set_page_table(struct v3d_dev *v3d) in v3d_mmu_set_page_table()
86 struct v3d_dev *v3d = to_v3d_dev(shmem_obj->base.dev); in v3d_mmu_insert_ptes()
133 struct v3d_dev *v3d = to_v3d_dev(bo->base.base.dev); in v3d_mmu_remove_ptes()
H A Dv3d_gemfs.c9 void v3d_gemfs_init(struct v3d_dev *v3d) in v3d_gemfs_init()
46 void v3d_gemfs_fini(struct v3d_dev *v3d) in v3d_gemfs_fini()
H A Dv3d_drv.c48 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_get_param_ioctl()
118 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_open()
266 map_regs(struct v3d_dev *v3d, void __iomem **regs, const char *name) in map_regs()
276 struct v3d_dev *v3d; in v3d_platform_drm_probe()
282 v3d = devm_drm_dev_alloc(dev, &v3d_drm_driver, struct v3d_dev, drm); in v3d_platform_drm_probe()
391 struct v3d_dev *v3d = to_v3d_dev(drm); in v3d_platform_drm_remove()
H A Dv3d_debugfs.c98 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_v3d_debugfs_regs()
148 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_v3d_debugfs_ident()
216 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_debugfs_bo_stats()
232 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_measure_clock()
268 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_debugfs_mm()
H A Dv3d_bo.c41 struct v3d_dev *v3d = to_v3d_dev(obj->dev); in v3d_free_object()
103 struct v3d_dev *v3d = to_v3d_dev(obj->dev); in v3d_bo_create_finish()
152 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_bo_create()
H A Dv3d_fence.c6 struct dma_fence *v3d_fence_create(struct v3d_dev *v3d, enum v3d_queue queue) in v3d_fence_create()
H A Dv3d_sysfs.c15 struct v3d_dev *v3d = to_v3d_dev(drm); in gpu_stats_show()
H A Dv3d_submit.c159 v3d_job_init(struct v3d_dev *v3d, struct drm_file *file_priv, in v3d_job_init()
269 struct v3d_dev *v3d, in v3d_setup_csd_jobs_and_bos()
413 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_get_cpu_indirect_csd_params()
892 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_submit_cl_ioctl()
1067 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_submit_tfu_ioctl()
1166 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_submit_csd_ioctl()
1276 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_submit_cpu_ioctl()