Home
last modified time | relevance | path

Searched defs:v3d (Results 1 – 17 of 17) sorted by relevance

/linux-6.8/drivers/gpu/drm/v3d/
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()
152 v3d_invalidate_l2c(struct v3d_dev *v3d, int core) in v3d_invalidate_l2c()
164 v3d_flush_l2t(struct v3d_dev *v3d, int core) in v3d_flush_l2t()
[all …]
Dv3d_irq.c41 struct v3d_dev *v3d = in v3d_overflow_mem_work() local
83 struct v3d_dev *v3d = arg; in v3d_irq() local
183 struct v3d_dev *v3d = arg; in v3d_hub_irq() local
259 v3d_irq_init(struct v3d_dev *v3d) in v3d_irq_init()
308 v3d_irq_enable(struct v3d_dev *v3d) in v3d_irq_enable()
323 v3d_irq_disable(struct v3d_dev *v3d) in v3d_irq_disable()
341 void v3d_irq_reset(struct v3d_dev *v3d) in v3d_irq_reset()
Dv3d_sched.c99 v3d_switch_perfmon(struct v3d_dev *v3d, struct v3d_job *job) in v3d_switch_perfmon()
111 struct v3d_dev *v3d = job->base.v3d; in v3d_bin_job_run() local
170 struct v3d_dev *v3d = job->base.v3d; in v3d_render_job_run() local
219 struct v3d_dev *v3d = job->base.v3d; in v3d_tfu_job_run() local
262 struct v3d_dev *v3d = job->base.v3d; in v3d_csd_job_run() local
432 struct v3d_dev *v3d = job->base.v3d; in v3d_reset_performance_queries() local
461 struct v3d_dev *v3d = job->base.v3d; in v3d_write_performance_query_result() local
532 struct v3d_dev *v3d = job->base.v3d; in v3d_cpu_job_run() local
570 struct v3d_dev *v3d = job->v3d; in v3d_cache_clean_job_run() local
594 v3d_gpu_reset_for_timeout(struct v3d_dev *v3d, struct drm_sched_job *sched_job) in v3d_gpu_reset_for_timeout()
[all …]
Dv3d_mmu.c33 static int v3d_mmu_flush_all(struct v3d_dev *v3d) in v3d_mmu_flush_all()
67 int v3d_mmu_set_page_table(struct v3d_dev *v3d) in v3d_mmu_set_page_table()
90 struct v3d_dev *v3d = to_v3d_dev(shmem_obj->base.dev); in v3d_mmu_insert_ptes() local
116 struct v3d_dev *v3d = to_v3d_dev(bo->base.base.dev); in v3d_mmu_remove_ptes() local
Dv3d_drv.c42 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_get_param_ioctl() local
106 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_open() local
236 map_regs(struct v3d_dev *v3d, void __iomem **regs, const char *name) in map_regs()
246 struct v3d_dev *v3d; in v3d_platform_drm_probe() local
343 struct v3d_dev *v3d = to_v3d_dev(drm); in v3d_platform_drm_remove() local
Dv3d_debugfs.c98 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_v3d_debugfs_regs() local
148 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_v3d_debugfs_ident() local
216 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_debugfs_bo_stats() local
232 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_measure_clock() local
Dv3d_submit.c158 v3d_job_init(struct v3d_dev *v3d, struct drm_file *file_priv, in v3d_job_init()
268 struct v3d_dev *v3d, in v3d_setup_csd_jobs_and_bos()
412 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_get_cpu_indirect_csd_params() local
837 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_submit_cl_ioctl() local
1007 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_submit_tfu_ioctl() local
1106 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_submit_csd_ioctl() local
1211 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_submit_cpu_ioctl() local
Dv3d_perfmon.c26 void v3d_perfmon_start(struct v3d_dev *v3d, struct v3d_perfmon *perfmon) in v3d_perfmon_start()
61 void v3d_perfmon_stop(struct v3d_dev *v3d, struct v3d_perfmon *perfmon, in v3d_perfmon_stop()
192 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_perfmon_get_values_ioctl() local
Dv3d_bo.c33 struct v3d_dev *v3d = to_v3d_dev(obj->dev); in v3d_free_object() local
94 struct v3d_dev *v3d = to_v3d_dev(obj->dev); in v3d_bo_create_finish() local
Dv3d_fence.c6 struct dma_fence *v3d_fence_create(struct v3d_dev *v3d, enum v3d_queue queue) in v3d_fence_create()
Dv3d_sysfs.c15 struct v3d_dev *v3d = to_v3d_dev(drm); in gpu_stats_show() local
Dv3d_drv.h171 v3d_has_csd(struct v3d_dev *v3d) in v3d_has_csd()
176 #define v3d_to_pdev(v3d) to_platform_device((v3d)->drm.dev) argument
180 struct v3d_dev *v3d; member
246 struct v3d_dev *v3d; member
/linux-6.8/drivers/gpu/drm/vc4/
Dvc4_v3d.c239 struct vc4_v3d *v3d = vc4->v3d; in bin_bo_alloc() local
374 struct vc4_v3d *v3d = dev_get_drvdata(dev); in vc4_v3d_runtime_suspend() local
386 struct vc4_v3d *v3d = dev_get_drvdata(dev); in vc4_v3d_runtime_resume() local
406 struct vc4_v3d *v3d = vc4->v3d; in vc4_v3d_debugfs_init() local
423 struct vc4_v3d *v3d = NULL; in vc4_v3d_bind() local
Dvc4_drv.h91 struct vc4_v3d *v3d; member
/linux-6.8/arch/arm/boot/dts/broadcom/
Dbcm2835-common.dtsi138 v3d: v3d@7ec00000 { label
Dbcm-cygnus.dtsi502 v3d: v3d@180a2000 { label
Dbcm2711.dtsi621 v3d: gpu@7ec00000 { label