Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_vpp.c126 writel_bits_relaxed(VPP_OSD1_POSTBLEND | VPP_OSD2_POSTBLEND | in meson_vpp_init()
Dmeson_crtc.c180 writel_bits_relaxed(VPP_OSD1_POSTBLEND | VPP_VD1_POSTBLEND | in meson_crtc_atomic_disable()
235 writel_bits_relaxed(VPP_OSD1_POSTBLEND, VPP_OSD1_POSTBLEND, in meson_crtc_enable_osd1()
Dmeson_plane.c334 writel_bits_relaxed(VPP_OSD1_POSTBLEND, 0, in meson_plane_atomic_disable()
Dmeson_registers.h407 #define VPP_OSD1_POSTBLEND BIT(12) macro