Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/v3d/
H A Dv3d_drv.h97 struct v3d_dev { struct
194 static inline struct v3d_dev * argument
197 return container_of(dev, struct v3d_dev, drm); in to_v3d_dev()
201 v3d_has_csd(struct v3d_dev *v3d) in v3d_has_csd()
210 struct v3d_dev *v3d;
273 struct v3d_dev *v3d;
538 struct dma_fence *v3d_fence_create(struct v3d_dev *v3d, enum v3d_queue queue);
543 void v3d_reset(struct v3d_dev *v3d);
544 void v3d_invalidate_caches(struct v3d_dev *v3d);
545 void v3d_clean_caches(struct v3d_dev *v3d);
[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.c121 v3d_switch_perfmon(struct v3d_dev *v3d, struct v3d_job *job) in v3d_switch_perfmon()
141 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()
280 struct v3d_dev *v3d = job->base.v3d; in v3d_render_job_run()
326 struct v3d_dev *v3d = job->base.v3d; in v3d_tfu_job_run()
367 struct v3d_dev *v3d = job->base.v3d; in v3d_csd_job_run()
547 struct v3d_dev *v3d = job->base.v3d; in v3d_reset_performance_queries()
579 struct v3d_dev *v3d = job->base.v3d; in v3d_write_performance_query_result()
657 struct v3d_dev *v3d = job->base.v3d; in v3d_cpu_job_run()
[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_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()
378 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_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()
H A Dv3d_sysfs.c15 struct v3d_dev *v3d = to_v3d_dev(drm); in gpu_stats_show()