Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_vpp.c127 VPP_VD1_POSTBLEND | VPP_VD2_POSTBLEND | in meson_vpp_init()
Dmeson_crtc.c180 writel_bits_relaxed(VPP_OSD1_POSTBLEND | VPP_VD1_POSTBLEND | 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.h405 #define VPP_VD1_POSTBLEND BIT(10) macro