Home
last modified time | relevance | path

Searched refs:scl_get_scl_mode (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h383 static inline enum scale_mode scl_get_scl_mode(int src, int dst) in scl_get_scl_mode() function
H A Drockchip_drm_vop.c418 yrgb_hor_scl_mode = scl_get_scl_mode(src_w, dst_w); in scl_vop_cal_scl_fac()
419 yrgb_ver_scl_mode = scl_get_scl_mode(src_h, dst_h); in scl_vop_cal_scl_fac()
422 cbcr_hor_scl_mode = scl_get_scl_mode(cbcr_src_w, dst_w); in scl_vop_cal_scl_fac()
423 cbcr_ver_scl_mode = scl_get_scl_mode(cbcr_src_h, dst_h); in scl_vop_cal_scl_fac()
H A Drockchip_drm_vop2.c786 hor_scl_mode = scl_get_scl_mode(src_w, dst_w); in vop2_setup_scale()
787 ver_scl_mode = scl_get_scl_mode(src_h, dst_h); in vop2_setup_scale()
843 hor_scl_mode = scl_get_scl_mode(cbcr_src_w, dst_w); in vop2_setup_scale()
844 ver_scl_mode = scl_get_scl_mode(cbcr_src_h, dst_h); in vop2_setup_scale()