Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c60 #define CRTC_READ(offset) \ macro
339 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) & ~PV_CONTROL_EN); in vc4_crtc_pixelvalve_reset()
340 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) | PV_CONTROL_FIFO_CLR); in vc4_crtc_pixelvalve_reset()
513 CRTC_READ(PV_V_CONTROL) & ~PV_VCONTROL_VIDEN); in vc4_crtc_disable()
514 ret = wait_for(!(CRTC_READ(PV_V_CONTROL) & PV_VCONTROL_VIDEN), 1); in vc4_crtc_disable()
572 if (!(CRTC_READ(PV_CONTROL) & PV_CONTROL_EN)) in vc4_crtc_disable_at_boot()
575 if (!(CRTC_READ(PV_V_CONTROL) & PV_VCONTROL_VIDEN)) in vc4_crtc_disable_at_boot()
582 encoder_sel = VC4_GET_FIELD(CRTC_READ(PV_CONTROL), PV_CONTROL_CLK_SELECT); in vc4_crtc_disable_at_boot()
681 CRTC_WRITE(PV_CONTROL, CRTC_READ(PV_CONTROL) | PV_CONTROL_EN); in vc4_crtc_atomic_enable()
690 CRTC_READ(PV_V_CONTROL) | PV_VCONTROL_VIDEN); in vc4_crtc_atomic_enable()
[all …]