Lines Matching defs:vtotal
540 * vtotal = vblank_start + 3
674 u32 vtotal = mode->crtc_vtotal;
704 scanline = min(scanline, vtotal - 1);
705 scanline = (scanline + vblank_start) % vtotal;
718 int position, vtotal;
729 vtotal = mode->crtc_vtotal;
731 vtotal /= 2;
767 return (position + crtc->scanline_offset) % vtotal;
779 int vbl_start, vbl_end, hsync_start, htotal, vtotal;
793 vtotal = mode->crtc_vtotal;
800 vtotal /= 2;
831 vtotal *= htotal;
842 if (position >= vtotal)
843 position = vtotal - 1;
854 position = (position + htotal - hsync_start) % vtotal;
874 position += vtotal - vbl_end;