Lines Matching refs:dst_vactive
1265 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()
1407 (dst_vactive - 1); in rk628_post_process_scaler_init()
1409 scl_v_factor = (dst_vactive << 16) / (src_vactive - 1); in rk628_post_process_scaler_init()
1412 } else if (src_vactive == dst_vactive) { in rk628_post_process_scaler_init()
1417 scl_v_factor = ((src_vactive - 1) << 16) / (dst_vactive - 1); in rk628_post_process_scaler_init()