Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_vblank.c303 int scanlines = intel_crtc_scanlines_since_frame_timestamp(crtc); in i915_get_crtc_scanoutpos() local
313 if (position >= vbl_start && scanlines < position) in i915_get_crtc_scanoutpos()
314 position = min(crtc->vmax_vblank_start + scanlines, vtotal - 1); in i915_get_crtc_scanoutpos()
/linux-6.3-rc2/drivers/video/console/
A Dvgacon.c548 unsigned int scanlines = height * c->vc_cell_height; in vgacon_doresize() local
560 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()
/linux-6.3-rc2/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-6.3-rc2/Documentation/admin-guide/
A Dsvga.rst135 0x0f02 VGA 80x43 (VGA switched to 350 scanlines with a 8-point font)

Completed in 8 milliseconds