Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/meson/
Dmeson_vpp.c128 VPP_VD1_PREBLEND | VPP_VD2_PREBLEND, 0, in meson_vpp_init()
Dmeson_crtc.c191 VPP_VD1_PREBLEND | VPP_POSTBLEND_ENABLE, 0, in meson_crtc_atomic_disable()
289 writel_bits_relaxed(VPP_VD1_PREBLEND | VPP_VD1_POSTBLEND | in meson_crtc_enable_vd1()
291 VPP_VD1_PREBLEND | VPP_VD1_POSTBLEND | in meson_crtc_enable_vd1()
Dmeson_overlay.c741 writel_bits_relaxed(VPP_VD1_POSTBLEND | VPP_VD1_PREBLEND, 0, in meson_overlay_atomic_disable()
Dmeson_registers.h453 #define VPP_VD1_PREBLEND BIT(14) macro