Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/meson/
Dmeson_vpp.c55 bool is_horizontal) in meson_vpp_write_scaling_filter_coefs() argument
59 writel_relaxed(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_scaling_filter_coefs()
80 bool is_horizontal) in meson_vpp_write_vd_scaling_filter_coefs() argument
84 writel_relaxed(is_horizontal ? VPP_SCALE_HORIZONTAL_COEF : 0, in meson_vpp_write_vd_scaling_filter_coefs()
/linux-6.1.9/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c329 uint32_t dst, bool is_horizontal, in scl_vop_cal_scale() argument
337 if (is_horizontal) { in scl_vop_cal_scale()