/openbmc/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_gem.c | 22 v3d_init_core(struct v3d_dev *v3d, int core) in v3d_init_core() argument 42 v3d_init_hw_state(struct v3d_dev *v3d) in v3d_init_hw_state() argument 48 v3d_idle_axi(struct v3d_dev *v3d, int core) in v3d_idle_axi() argument 61 v3d_idle_gca(struct v3d_dev *v3d) in v3d_idle_gca() argument 76 v3d_reset_by_bridge(struct v3d_dev *v3d) in v3d_reset_by_bridge() argument 99 v3d_reset_v3d(struct v3d_dev *v3d) in v3d_reset_v3d() argument 110 v3d_reset(struct v3d_dev * v3d) v3d_reset() argument 135 v3d_flush_l3(struct v3d_dev * v3d) v3d_flush_l3() argument 154 v3d_invalidate_l2c(struct v3d_dev * v3d,int core) v3d_invalidate_l2c() argument 166 v3d_flush_l2t(struct v3d_dev * v3d,int core) v3d_flush_l2t() argument 191 v3d_clean_caches(struct v3d_dev * v3d) v3d_clean_caches() argument 221 v3d_invalidate_slices(struct v3d_dev * v3d,int core) v3d_invalidate_slices() argument 231 v3d_invalidate_caches(struct v3d_dev * v3d) v3d_invalidate_caches() argument 400 v3d_job_init(struct v3d_dev * v3d,struct drm_file * file_priv,void ** container,size_t size,void (* free)(struct kref * ref),u32 in_sync,struct v3d_submit_ext * se,enum v3d_queue queue) v3d_job_init() argument 664 struct v3d_dev *v3d = to_v3d_dev(dev); v3d_submit_cl_ioctl() local 818 struct v3d_dev *v3d = to_v3d_dev(dev); v3d_submit_tfu_ioctl() local 911 struct v3d_dev *v3d = to_v3d_dev(dev); v3d_submit_csd_ioctl() local 1012 struct v3d_dev *v3d = to_v3d_dev(dev); v3d_gem_init() local 1066 struct v3d_dev *v3d = to_v3d_dev(dev); v3d_gem_destroy() local [all...] |
H A D | v3d_sched.c | 66 v3d_switch_perfmon(struct v3d_dev *v3d, struct v3d_job *job) in v3d_switch_perfmon() 78 struct v3d_dev *v3d = job->base.v3d; in v3d_bin_job_run() local 133 struct v3d_dev *v3d = job->base.v3d; in v3d_render_job_run() local 178 struct v3d_dev *v3d = job->base.v3d; in v3d_tfu_job_run() local 219 struct v3d_dev *v3d = job->base.v3d; in v3d_csd_job_run() local 255 struct v3d_dev *v3d = job->v3d; in v3d_cache_clean_job_run() local 263 v3d_gpu_reset_for_timeout(struct v3d_dev *v3d, struct drm_sched_job *sched_job) in v3d_gpu_reset_for_timeout() 307 struct v3d_dev *v3d = job->v3d; in v3d_cl_job_timedout() local 357 struct v3d_dev *v3d = job->base.v3d; in v3d_csd_job_timedout() local 404 v3d_sched_init(struct v3d_dev *v3d) in v3d_sched_init() [all …]
|
H A D | v3d_irq.c | 39 struct v3d_dev *v3d = in v3d_overflow_mem_work() local 81 struct v3d_dev *v3d = arg; in v3d_irq() local 154 struct v3d_dev *v3d = arg; v3d_hub_irq() local 216 v3d_irq_init(struct v3d_dev * v3d) v3d_irq_init() argument 265 v3d_irq_enable(struct v3d_dev * v3d) v3d_irq_enable() argument 280 v3d_irq_disable(struct v3d_dev * v3d) v3d_irq_disable() argument 298 v3d_irq_reset(struct v3d_dev * v3d) v3d_irq_reset() argument [all...] |
H A D | v3d_perfmon.c | 26 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() 106 struct v3d_dev *v3d = (struct v3d_dev *)data; in v3d_perfmon_idr_del() local 119 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_perfmon_close_file() local 182 struct v3d_dev *v3d = v3d_priv->v3d; in v3d_perfmon_destroy_ioctl() local 204 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_perfmon_get_values_ioctl() local
|
H A D | v3d_mmu.c | 33 static int v3d_mmu_flush_all(struct v3d_dev *v3d) in v3d_mmu_flush_all() 58 int v3d_mmu_set_page_table(struct v3d_dev *v3d) in v3d_mmu_set_page_table() 81 struct v3d_dev *v3d = to_v3d_dev(shmem_obj->base.dev); in v3d_mmu_insert_ptes() local 107 struct v3d_dev *v3d = to_v3d_dev(bo->base.base.dev); in v3d_mmu_remove_ptes() local
|
H A D | v3d_drv.c | 41 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_get_param_ioctl() local 102 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_open() local 197 map_regs(struct v3d_dev *v3d, void __iomem **regs, const char *name) in map_regs() 207 struct v3d_dev *v3d; in v3d_platform_drm_probe() local 311 struct v3d_dev *v3d = to_v3d_dev(drm); in v3d_platform_drm_remove() local
|
H A D | v3d_debugfs.c | 84 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_v3d_debugfs_regs() local 131 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_v3d_debugfs_ident() local 193 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_debugfs_bo_stats() local 209 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_measure_clock() local
|
H A D | v3d_bo.c | 33 struct v3d_dev *v3d = to_v3d_dev(obj->dev); in v3d_free_object() local 91 struct v3d_dev *v3d = to_v3d_dev(obj->dev); in v3d_bo_create_finish() local
|
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_drv.h | 153 v3d_has_csd(struct v3d_dev * v3d) v3d_has_csd() argument 158 v3d_to_pdev(v3d) global() argument 162 struct v3d_dev *v3d; global() member 220 struct v3d_dev *v3d; global() member [all...] |
/openbmc/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 | 91 struct vc4_v3d *v3d; member
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2835-common.dtsi | 138 v3d: v3d@7ec00000 { label
|
H A D | bcm-cygnus.dtsi | 502 v3d: v3d@180a2000 { label
|
H A D | bcm2711.dtsi | 605 v3d: gpu@7ec00000 { label
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | bcm283x.dtsi | 601 v3d: v3d@7ec00000 { label
|
/openbmc/qemu/include/hw/arm/ |
H A D | bcm2835_peripherals.h | 78 UnimplementedDeviceState v3d; member
|