Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_vpp.c128 VPP_VD1_PREBLEND | VPP_VD2_PREBLEND, 0, in meson_vpp_init()
Dmeson_crtc.c181 VPP_VD1_PREBLEND | VPP_POSTBLEND_ENABLE, 0, in meson_crtc_atomic_disable()
259 writel_bits_relaxed(VPP_VD1_PREBLEND | VPP_VD1_POSTBLEND | in meson_crtc_enable_vd1()
261 VPP_VD1_PREBLEND | VPP_VD1_POSTBLEND | in meson_crtc_enable_vd1()
Dmeson_overlay.c522 writel_bits_relaxed(VPP_VD1_POSTBLEND | VPP_VD1_PREBLEND, 0, in meson_overlay_atomic_disable()
Dmeson_registers.h409 #define VPP_VD1_PREBLEND BIT(14) macro