Searched refs:PV_CONTROL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_crtc.c | 53 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() 399 CRTC_WRITE(PV_CONTROL, PV_CONTROL_FIFO_CLR | in vc4_crtc_config_pv() 480 if (!(CRTC_READ(PV_CONTROL) & PV_CONTROL_EN)) in vc4_crtc_disable_at_boot() 542 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) | PV_CONTROL_EN); in vc4_crtc_atomic_enable()
|
H A D | vc4_regs.h | 131 #define PV_CONTROL 0x00 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_crtc.c | 67 VC4_REG32(PV_CONTROL), 316 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) & ~PV_CONTROL_EN); in vc4_crtc_pixelvalve_reset() 317 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) | PV_CONTROL_FIFO_CLR); in vc4_crtc_pixelvalve_reset() 436 CRTC_WRITE(PV_CONTROL, PV_CONTROL_FIFO_CLR | in vc4_crtc_config_pv() 535 if (!(CRTC_READ(PV_CONTROL) & PV_CONTROL_EN)) in vc4_crtc_disable_at_boot() 545 encoder_sel = VC4_GET_FIELD(CRTC_READ(PV_CONTROL), PV_CONTROL_CLK_SELECT); in vc4_crtc_disable_at_boot() 644 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) | PV_CONTROL_E in vc4_crtc_atomic_enable() [all...] |
H A D | vc4_regs.h | 131 #define PV_CONTROL 0x00 macro
|
Completed in 10 milliseconds