Searched defs:v3d (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_gem.c | 20 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() 171 v3d_invalidate_l2c(struct v3d_dev *v3d, int core) in v3d_invalidate_l2c() [all …]
|
H A D | v3d_perfmon.c | 198 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() local 326 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_perfmon_close_file() local 340 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_perfmon_create_ioctl() local 390 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_perfmon_destroy_ioctl() local 415 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_perfmon_get_values_ioctl() local 443 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_perfmon_get_counter_ioctl() local 472 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_perfmon_set_global_ioctl() local
|
H A D | v3d_sched.c | 121 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() local 199 struct v3d_dev *v3d = job->v3d; in v3d_job_update_stats() local 228 struct v3d_dev *v3d = job->base.v3d; in v3d_bin_job_run() local 288 struct v3d_dev *v3d = job->base.v3d; in v3d_render_job_run() local 336 struct v3d_dev *v3d = job->base.v3d; in v3d_tfu_job_run() local 383 struct v3d_dev *v3d = job->base.v3d; in v3d_csd_job_run() local 435 struct v3d_dev *v3d = job->base.v3d; in v3d_rewrite_csd_job_wg_counts_from_indirect() local 578 struct v3d_dev *v3d = job->base.v3d; in v3d_reset_performance_queries() local 610 struct v3d_dev *v3d = job->base.v3d; in v3d_write_performance_query_result() local [all …]
|
H A D | v3d_irq.c | 41 struct v3d_dev *v3d = in v3d_overflow_mem_work() local 85 struct v3d_dev *v3d = arg; in v3d_irq() local 161 struct v3d_dev *v3d = arg; in v3d_hub_irq() local 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()
|
H A D | v3d_drv.c | 49 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_get_param_ioctl() local 119 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_open() local 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() local 439 struct v3d_dev *v3d = to_v3d_dev(drm); in v3d_platform_drm_remove() local
|
H A D | v3d_debugfs.c | 98 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 268 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_debugfs_mm() local
|
H A D | v3d_gemfs.c | 15 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()
|
H A D | v3d_fence.c | 6 struct dma_fence *v3d_fence_create(struct v3d_dev *v3d, enum v3d_queue queue) in v3d_fence_create()
|
H A D | v3d_sysfs.c | 15 struct v3d_dev *v3d = to_v3d_dev(drm); in gpu_stats_show() local
|
H A D | v3d_drv.h | 216 v3d_has_csd(struct v3d_dev *v3d) in v3d_has_csd() 221 #define v3d_to_pdev(v3d) to_platform_device((v3d)->drm.dev) argument 225 struct v3d_dev *v3d; member 297 struct v3d_dev *v3d; member
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_v3d.c | 239 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
|
H A D | vc4_drv.h | 100 struct vc4_v3d *v3d; member
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2711.dtsi | 620 v3d: gpu@7ec00000 { label
|