Home
last modified time | relevance | path

Searched refs:scl_get_scl_mode (Results 1 – 2 of 2) 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_vop2.c584 hor_scl_mode = scl_get_scl_mode(src_w, dst_w); in vop2_setup_scale()
585 ver_scl_mode = scl_get_scl_mode(src_h, dst_h); in vop2_setup_scale()
641 hor_scl_mode = scl_get_scl_mode(cbcr_src_w, dst_w); in vop2_setup_scale()
642 ver_scl_mode = scl_get_scl_mode(cbcr_src_h, dst_h); in vop2_setup_scale()