Searched refs:dst_hactive (Results 1 – 1 of 1) sorted by relevance
1336 u32 dst_hsync_len, dst_hback_porch, dst_hfront_porch, dst_hactive; in rk628_post_process_scaler_init() local1348 dst_hactive = dst->hdisplay; in rk628_post_process_scaler_init()1358 dst_hactive + dst_hfront_porch; in rk628_post_process_scaler_init()1363 dsp_hbor_end = dst_hsync_len + dst_hback_porch + dst_hactive - gvi_offset; in rk628_post_process_scaler_init()1376 if (src_hactive > dst_hactive) { in rk628_post_process_scaler_init()1380 if ((src_hactive - 1) / (dst_hactive - 1) > 2) in rk628_post_process_scaler_init()1382 (dst_hactive - 1); in rk628_post_process_scaler_init()1385 (dst_hactive - 1); in rk628_post_process_scaler_init()1387 scl_h_factor = (dst_hactive << 16) / (src_hactive - 1); in rk628_post_process_scaler_init()1390 } else if (src_hactive == dst_hactive) { in rk628_post_process_scaler_init()[all …]