Searched refs:scanlines (Results 1 – 2 of 2) sorted by relevance
548 unsigned int scanlines = height * c->vc_cell_height; in vgacon_doresize() local560 scanlines <<= 1; in vgacon_doresize()566 scanlines >>= 1; in vgacon_doresize()568 scanlines -= 1; in vgacon_doresize()569 scanlines_lo = scanlines & 0xff; in vgacon_doresize()574 if (scanlines & 0x100) in vgacon_doresize()576 if (scanlines & 0x200) in vgacon_doresize()
927 int scanlines = intel_crtc_scanlines_since_frame_timestamp(crtc); in i915_get_crtc_scanoutpos() local937 if (position >= vbl_start && scanlines < position) in i915_get_crtc_scanoutpos()938 position = min(crtc->vmax_vblank_start + scanlines, vtotal - 1); in i915_get_crtc_scanoutpos()