Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c179 u32 actual_vfp_lines = 0; in programmable_fetch_get_num_lines() local
185 actual_vfp_lines = 0; in programmable_fetch_get_num_lines()
192 actual_vfp_lines = timing->v_front_porch; in programmable_fetch_get_num_lines()
195 actual_vfp_lines = needed_vfp_lines; in programmable_fetch_get_num_lines()
204 worst_case_needed_lines, needed_vfp_lines, actual_vfp_lines); in programmable_fetch_get_num_lines()
206 return actual_vfp_lines; in programmable_fetch_get_num_lines()