Home
last modified time | relevance | path

Searched refs:vgacon_yres (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/console/
H A Dvgacon.c58 static u32 vgacon_yres; variable
361 vgacon_yres = vga_scan_lines; in vgacon_startup()
579 vgacon_yres = height * c->vc_cell_height; in vgacon_doresize()
653 if ((vgacon_xres != x || vgacon_yres != y) && in vgacon_switch()
/kernel/linux/linux-6.6/drivers/video/console/
H A Dvgacon.c58 static u32 vgacon_yres; variable
330 vgacon_yres = vga_scan_lines; in vgacon_startup()
537 vgacon_yres = height * c->vc_cell_height; in vgacon_doresize()
610 if ((vgacon_xres != x || vgacon_yres != y) && in vgacon_switch()

Completed in 6 milliseconds