Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/console/
H A Dvgacon.c531 unsigned int scanlines = height * c->vc_cell_height; in vgacon_doresize() local
543 scanlines <<= 1; in vgacon_doresize()
549 scanlines >>= 1; in vgacon_doresize()
551 scanlines -= 1; in vgacon_doresize()
552 scanlines_lo = scanlines & 0xff; in vgacon_doresize()
557 if (scanlines & 0x100) in vgacon_doresize()
559 if (scanlines & 0x200) in vgacon_doresize()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_vblank.c304 int scanlines = intel_crtc_scanlines_since_frame_timestamp(crtc); in i915_get_crtc_scanoutpos() local
314 if (position >= vbl_start && scanlines < position) in i915_get_crtc_scanoutpos()
315 position = min(crtc->vmax_vblank_start + scanlines, vtotal - 1); in i915_get_crtc_scanoutpos()
/openbmc/linux/Documentation/fb/
H A Dintel810.rst72 select vertical resolution in scanlines. If Discrete Video Timings
81 select virtual vertical resolution in scanlines. If (0) or none
H 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.
/openbmc/linux/Documentation/admin-guide/
H A Dsvga.rst135 0x0f02 VGA 80x43 (VGA switched to 350 scanlines with a 8-point font)