Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c146 u32 actual_vfp_lines = 0; in programmable_fetch_get_num_lines() local
152 actual_vfp_lines = 0; in programmable_fetch_get_num_lines()
159 actual_vfp_lines = timing->v_front_porch; in programmable_fetch_get_num_lines()
162 actual_vfp_lines = needed_vfp_lines; in programmable_fetch_get_num_lines()
171 worst_case_needed_lines, needed_vfp_lines, actual_vfp_lines); in programmable_fetch_get_num_lines()
173 return actual_vfp_lines; in programmable_fetch_get_num_lines()