Searched refs:scl_get_scl_mode (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.h | 382 static inline enum scale_mode scl_get_scl_mode(int src, int dst) in scl_get_bili_dn_vskip() 394 static inline enum scale_mode scl_get_scl_mode(int src, int dst) scl_get_scl_mode() function
|
H A D | rockchip_drm_vop.c | 403 yrgb_hor_scl_mode = scl_get_scl_mode(src_w, dst_w); in scl_vop_cal_scl_fac() 404 yrgb_ver_scl_mode = scl_get_scl_mode(src_h, dst_h); in scl_vop_cal_scl_fac() 407 cbcr_hor_scl_mode = scl_get_scl_mode(cbcr_src_w, dst_w); in scl_vop_cal_scl_fac() 408 cbcr_ver_scl_mode = scl_get_scl_mode(cbcr_src_h, dst_h); in scl_vop_cal_scl_fac()
|
H A D | rockchip_drm_vop2.c | 637 hor_scl_mode = scl_get_scl_mode(src_w, dst_w); in vop2_setup_scale() 638 ver_scl_mode = scl_get_scl_mode(src_h, dst_h); in vop2_setup_scale() 694 hor_scl_mode = scl_get_scl_mode(cbcr_src_w, dst_w); in vop2_setup_scale() 695 ver_scl_mode = scl_get_scl_mode(cbcr_src_h, dst_h); in vop2_setup_scale()
|