Home
last modified time | relevance | path

Searched refs:V3D_CORE_READ (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/v3d/
Dv3d_debugfs.c86 V3D_CORE_READ(core, in v3d_v3d_debugfs_regs()
133 ident0 = V3D_CORE_READ(core, V3D_CTL_IDENT0); in v3d_v3d_debugfs_ident()
134 ident1 = V3D_CORE_READ(core, V3D_CTL_IDENT1); in v3d_v3d_debugfs_ident()
135 ident2 = V3D_CORE_READ(core, V3D_CTL_IDENT2); in v3d_v3d_debugfs_ident()
136 misccfg = V3D_CORE_READ(core, V3D_CTL_MISCCFG); in v3d_v3d_debugfs_ident()
Dv3d_sched.c158 u32 ctca = V3D_CORE_READ(0, V3D_CLE_CTNCA(job_q)); in v3d_job_timedout()
159 u32 ctra = V3D_CORE_READ(0, V3D_CLE_CTNRA(job_q)); in v3d_job_timedout()
Dv3d_gem.c48 if (wait_for((V3D_CORE_READ(core, V3D_GMP_STATUS) & in v3d_idle_axi()
146 if (wait_for(!(V3D_CORE_READ(core, V3D_CTL_L2TCACTL) & in v3d_invalidate_l1td()
161 if (wait_for(!(V3D_CORE_READ(core, V3D_CTL_L2TCACTL) & in v3d_flush_l2t()
186 if (wait_for(!(V3D_CORE_READ(core, V3D_CTL_L2TCACTL) & in v3d_invalidate_l2t()
Dv3d_irq.c75 intsts = V3D_CORE_READ(0, V3D_CTL_INT_STS); in v3d_irq()
Dv3d_drv.h171 #define V3D_CORE_READ(core, offset) readl(v3d->core_regs[core] + offset) macro
Dv3d_drv.c106 args->value = V3D_CORE_READ(0, offset); in v3d_get_param_ioctl()