Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_crtc.c433 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_crtc_get_scanout_position() local
456 vfp_end = mode->crtc_vtotal; in mdp5_crtc_get_scanout_position()
466 line = line - vfp_end - vactive_start; in mdp5_crtc_get_scanout_position()
/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.c288 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in dpu_crtc_get_scanout_position() local
309 vfp_end = mode->crtc_vtotal; in dpu_crtc_get_scanout_position()
319 line = line - vfp_end - vactive_start; in dpu_crtc_get_scanout_position()