Home
last modified time | relevance | path

Searched refs:PV_CONTROL (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_crtc.c53 VC4_REG32(PV_CONTROL),
304 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) & ~PV_CONTROL_EN); in vc4_crtc_pixelvalve_reset()
305 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) | PV_CONTROL_FIFO_CLR); in vc4_crtc_pixelvalve_reset()
397 CRTC_WRITE(PV_CONTROL, PV_CONTROL_FIFO_CLR | in vc4_crtc_config_pv()
478 if (!(CRTC_READ(PV_CONTROL) & PV_CONTROL_EN)) in vc4_crtc_disable_at_boot()
540 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) | PV_CONTROL_EN); in vc4_crtc_atomic_enable()
Dvc4_regs.h131 #define PV_CONTROL 0x00 macro