Home
last modified time | relevance | path

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

/drivers/gpu/drm/v3d/
A Dv3d_drv.h110 struct v3d_dev { struct
209 static inline struct v3d_dev * argument
216 v3d_has_csd(struct v3d_dev *v3d) in v3d_has_csd()
225 struct v3d_dev *v3d;
297 struct v3d_dev *v3d;
567 void v3d_reset_sms(struct v3d_dev *v3d);
568 void v3d_reset(struct v3d_dev *v3d);
574 void v3d_gemfs_init(struct v3d_dev *v3d);
590 int v3d_irq_init(struct v3d_dev *v3d);
593 void v3d_irq_reset(struct v3d_dev *v3d);
[all …]
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_sms(struct v3d_dev *v3d) in v3d_reset_sms()
124 v3d_reset(struct v3d_dev *v3d) in v3d_reset()
152 v3d_flush_l3(struct v3d_dev *v3d) in v3d_flush_l3()
208 v3d_clean_caches(struct v3d_dev *v3d) in v3d_clean_caches()
[all …]
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()
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()
228 struct v3d_dev *v3d = job->base.v3d; in v3d_bin_job_run()
288 struct v3d_dev *v3d = job->base.v3d; in v3d_render_job_run()
336 struct v3d_dev *v3d = job->base.v3d; in v3d_tfu_job_run()
383 struct v3d_dev *v3d = job->base.v3d; in v3d_csd_job_run()
435 struct v3d_dev *v3d = job->base.v3d; in v3d_rewrite_csd_job_wg_counts_from_indirect()
710 struct v3d_dev *v3d = job->v3d; in v3d_cache_clean_job_run()
756 struct v3d_dev *v3d = job->v3d; in v3d_cl_job_timedout()
874 v3d_sched_init(struct v3d_dev *v3d) in v3d_sched_init()
[all …]
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()
261 v3d_irq_init(struct v3d_dev *v3d) in v3d_irq_init()
321 v3d_irq_enable(struct v3d_dev *v3d) in v3d_irq_enable()
336 v3d_irq_disable(struct v3d_dev *v3d) in v3d_irq_disable()
360 void v3d_irq_reset(struct v3d_dev *v3d) in v3d_irq_reset()
A Dv3d_drv.c49 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_get_param_ioctl()
119 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_open()
267 v3d_idle_sms(struct v3d_dev *v3d) in v3d_idle_sms()
283 v3d_power_off_sms(struct v3d_dev *v3d) in v3d_power_off_sms()
297 map_regs(struct v3d_dev *v3d, void __iomem **regs, const char *name) in map_regs()
307 struct v3d_dev *v3d; in v3d_platform_drm_probe()
314 v3d = devm_drm_dev_alloc(dev, &v3d_drm_driver, struct v3d_dev, drm); in v3d_platform_drm_probe()
439 struct v3d_dev *v3d = to_v3d_dev(drm); in v3d_platform_drm_remove()
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()
A Dv3d_gemfs.c15 void v3d_gemfs_init(struct v3d_dev *v3d) in v3d_gemfs_init()
61 void v3d_gemfs_fini(struct v3d_dev *v3d) in v3d_gemfs_fini()
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()
A Dv3d_bo.c40 struct v3d_dev *v3d = to_v3d_dev(obj->dev); in v3d_free_object()
102 struct v3d_dev *v3d = to_v3d_dev(obj->dev); in v3d_bo_create_finish()
151 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_bo_create()
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()
A Dv3d_fence.c6 struct dma_fence *v3d_fence_create(struct v3d_dev *v3d, enum v3d_queue queue) in v3d_fence_create()
A Dv3d_sysfs.c15 struct v3d_dev *v3d = to_v3d_dev(drm); in gpu_stats_show()

Completed in 25 milliseconds