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.c419 yrgb_hor_scl_mode = scl_get_scl_mode(src_w, dst_w); in scl_vop_cal_scl_fac()
420 yrgb_ver_scl_mode = scl_get_scl_mode(src_h, dst_h); in scl_vop_cal_scl_fac()
423 cbcr_hor_scl_mode = scl_get_scl_mode(cbcr_src_w, dst_w); in scl_vop_cal_scl_fac()
424 cbcr_ver_scl_mode = scl_get_scl_mode(cbcr_src_h, dst_h); in scl_vop_cal_scl_fac()
H A Drockchip_drm_vop2.c572 hor_scl_mode = scl_get_scl_mode(src_w, dst_w); in vop2_setup_scale()
573 ver_scl_mode = scl_get_scl_mode(src_h, dst_h); in vop2_setup_scale()
629 hor_scl_mode = scl_get_scl_mode(cbcr_src_w, dst_w); in vop2_setup_scale()
630 ver_scl_mode = scl_get_scl_mode(cbcr_src_h, dst_h); in vop2_setup_scale()