Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c154 u32 actual_vfp_lines = 0; in programmable_fetch_get_num_lines() local
160 actual_vfp_lines = 0; in programmable_fetch_get_num_lines()
167 actual_vfp_lines = timing->v_front_porch; in programmable_fetch_get_num_lines()
170 actual_vfp_lines = needed_vfp_lines; in programmable_fetch_get_num_lines()
179 worst_case_needed_lines, needed_vfp_lines, actual_vfp_lines); in programmable_fetch_get_num_lines()
181 return actual_vfp_lines; in programmable_fetch_get_num_lines()