Searched refs:vactive_start (Results 1 – 1 of 1) sorted by relevance
595 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_get_scanoutpos() local618 vactive_start = vsw + vbp + 1; in mdp5_get_scanoutpos()620 vactive_end = vactive_start + mode->crtc_vdisplay; in mdp5_get_scanoutpos()630 if (line < vactive_start) { in mdp5_get_scanoutpos()631 line -= vactive_start; in mdp5_get_scanoutpos()633 line = line - vfp_end - vactive_start; in mdp5_get_scanoutpos()635 line -= vactive_start; in mdp5_get_scanoutpos()