Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/console/
Dvgacon.c974 static int vgacon_adjust_height(struct vc_data *vc, unsigned fontheight) in vgacon_adjust_height() argument
979 rows = vc->vc_scan_lines / fontheight; /* Number of video rows we end up with */ in vgacon_adjust_height()
980 maxscan = rows * fontheight - 1; /* Scan lines to actually display-1 */ in vgacon_adjust_height()
1002 fsr = (fsr & 0xe0) + (fontheight - 1); /* Font size register */ in vgacon_adjust_height()
1012 vga_video_font_height = fontheight; in vgacon_adjust_height()
1024 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()
/Linux-v6.1/Documentation/fb/
Dvt8623fb.rst50 * support for fontheight != 16 in text mode
Darkfb.rst55 * support for fontheight != 16 in text mode
Ds3fb.rst64 * support for fontheight != 16 in text mode
Dmatroxfb.rst216 font data, it must be >= (fontwidth*fontheight*chars_in_font)/8.