Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/meson/
Dmeson_vpp.c59 writel_relaxed(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_scaling_filter_coefs()
84 writel_relaxed(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_vd_scaling_filter_coefs()
Dmeson_registers.h402 #define VPP_SCALE_HORIZONTAL_COEF BIT(8) macro