Lines Matching refs:htotal
670 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal; in i915_get_vblank_counter() local
675 htotal = mode->crtc_htotal; in i915_get_vblank_counter()
682 vbl_start *= htotal; in i915_get_vblank_counter()
685 vbl_start -= htotal - hsync_start; in i915_get_vblank_counter()
782 int vbl_start, vbl_end, hsync_start, htotal, vtotal; in i915_get_crtc_scanoutpos() local
793 htotal = mode->crtc_htotal; in i915_get_crtc_scanoutpos()
833 vbl_start *= htotal; in i915_get_crtc_scanoutpos()
834 vbl_end *= htotal; in i915_get_crtc_scanoutpos()
835 vtotal *= htotal; in i915_get_crtc_scanoutpos()
858 position = (position + htotal - hsync_start) % vtotal; in i915_get_crtc_scanoutpos()
886 *vpos = position / htotal; in i915_get_crtc_scanoutpos()
887 *hpos = position - (*vpos * htotal); in i915_get_crtc_scanoutpos()