Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.c459 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_get_scanoutpos() local
485 vactive_start = vsw + vbp + 1; in mdp5_get_scanoutpos()
487 vactive_end = vactive_start + mode->crtc_vdisplay; in mdp5_get_scanoutpos()
497 if (line < vactive_start) { in mdp5_get_scanoutpos()
498 line -= vactive_start; in mdp5_get_scanoutpos()
501 line = line - vfp_end - vactive_start; in mdp5_get_scanoutpos()
504 line -= vactive_start; in mdp5_get_scanoutpos()