Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_post_process.c1336 u32 dst_hsync_len, dst_hback_porch, dst_hfront_porch, dst_hactive; in rk628_post_process_scaler_init() local
1348 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 …]