Searched refs:vactive_start (Results 1 – 2 of 2) sorted by relevance
909 int vsw, vbp, vactive_start, vactive_end, vfp_end; in lsdc_crtc_get_scanout_position() local915 vactive_start = vsw + vbp + 1; in lsdc_crtc_get_scanout_position()916 vactive_end = vactive_start + mode->crtc_vdisplay; in lsdc_crtc_get_scanout_position()927 y = y - vfp_end - vactive_start; in lsdc_crtc_get_scanout_position()929 y -= vactive_start; in lsdc_crtc_get_scanout_position()
430 int line, vsw, vbp, vactive_start, vactive_end, vfp_end; in mdp5_crtc_get_scanout_position() local448 vactive_start = vsw + vbp + 1; in mdp5_crtc_get_scanout_position()450 vactive_end = vactive_start + mode->crtc_vdisplay; in mdp5_crtc_get_scanout_position()460 if (line < vactive_start) in mdp5_crtc_get_scanout_position()461 line -= vactive_start; in mdp5_crtc_get_scanout_position()463 line = line - vfp_end - vactive_start; in mdp5_crtc_get_scanout_position()465 line -= vactive_start; in mdp5_crtc_get_scanout_position()