Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_post_process.c1265 u32 dst_vsync_len, dst_vback_porch, dst_vactive; in calc_dsp_frm_hst_vst() local
1287 dst_vactive = dst->vdisplay; in calc_dsp_frm_hst_vst()
1298 v_scale_ratio = src_vactive / dst_vactive; in calc_dsp_frm_hst_vst()
1337 u32 dst_vsync_len, dst_vback_porch, dst_vfront_porch, dst_vactive; in rk628_post_process_scaler_init() local
1355 dst_vactive = dst->vdisplay; in rk628_post_process_scaler_init()
1360 dst_vactive + dst_vfront_porch; in rk628_post_process_scaler_init()
1365 dsp_vbor_end = dst_vsync_len + dst_vback_porch + dst_vactive; in rk628_post_process_scaler_init()
1398 if (src_vactive > dst_vactive) { in rk628_post_process_scaler_init()
1402 if ((src_vactive - 1) / (dst_vactive - 1) > 2) in rk628_post_process_scaler_init()
1404 (dst_vactive - 1); in rk628_post_process_scaler_init()
[all …]