Home
last modified time | relevance | path

Searched refs:scanlines (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/video/console/
A Dvgacon.c560 unsigned int scanlines = height * c->vc_cell_height; in vgacon_doresize() local
572 scanlines <<= 1; in vgacon_doresize()
578 scanlines >>= 1; in vgacon_doresize()
580 scanlines -= 1; in vgacon_doresize()
581 scanlines_lo = scanlines & 0xff; in vgacon_doresize()
586 if (scanlines & 0x100) in vgacon_doresize()
588 if (scanlines & 0x200) in vgacon_doresize()
/linux/drivers/gpu/drm/i915/display/
A Dintel_vblank.c366 int scanlines = intel_crtc_scanlines_since_frame_timestamp(crtc); in i915_get_crtc_scanoutpos() local
376 if (position >= vbl_start && scanlines < position) in i915_get_crtc_scanoutpos()
377 position = min(crtc->vmax_vblank_start + scanlines, vtotal - 1); in i915_get_crtc_scanoutpos()
/linux/Documentation/fb/
A Dintel810.rst72 select vertical resolution in scanlines. If Discrete Video Timings
81 select virtual vertical resolution in scanlines. If (0) or none
A Dframebuffer.rst163 The electron beam draws horizontal lines (scanlines) from left to right, and
253 (in picoseconds, 1E-12 s), and vertical timings in number of scanlines.
/linux/Documentation/admin-guide/
A Dsvga.rst135 0x0f02 VGA 80x43 (VGA switched to 350 scanlines with a 8-point font)

Completed in 12 milliseconds