Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/console/
H A Dvgacon.c57 static u32 vgacon_xres; variable
360 vgacon_xres = screen_info.orig_video_cols * VGA_FONTWIDTH; in vgacon_startup()
578 vgacon_xres = width * VGA_FONTWIDTH; 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.c57 static u32 vgacon_xres; variable
329 vgacon_xres = screen_info.orig_video_cols * VGA_FONTWIDTH; in vgacon_startup()
536 vgacon_xres = width * VGA_FONTWIDTH; in vgacon_doresize()
610 if ((vgacon_xres != x || vgacon_yres != y) && in vgacon_switch()

Completed in 4 milliseconds