Searched refs:GET_SCL_FT_BILI_DN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.h | 353 #define GET_SCL_FT_BILI_DN(src, dst) scl_cal_scale(src, dst, 12) macro 365 return GET_SCL_FT_BILI_DN(src_h, dst_h) / vskiplines; in scl_get_bili_dn_vskip() 367 return GET_SCL_FT_BILI_DN(act_height, dst_h); in scl_get_bili_dn_vskip()
|
H A D | rockchip_drm_vop.c | 334 val = GET_SCL_FT_BILI_DN(src, dst); in scl_vop_cal_scale() 347 val = GET_SCL_FT_BILI_DN(src, dst); in scl_vop_cal_scale()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.h | 376 #define GET_SCL_FT_BILI_DN(src, dst) scl_cal_scale(src, dst, 12) macro 388 return GET_SCL_FT_BILI_DN(src_h, dst_h) / vskiplines; in scl_get_bili_dn_vskip() 390 return GET_SCL_FT_BILI_DN(act_height, dst_h); in scl_get_bili_dn_vskip()
|
H A D | rockchip_drm_vop.c | 345 val = GET_SCL_FT_BILI_DN(src, dst); in scl_vop_cal_scale() 358 val = GET_SCL_FT_BILI_DN(src, dst); in scl_vop_cal_scale()
|
Completed in 8 milliseconds