Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/console/
H A Dvgacon.c79 static unsigned int vga_video_num_columns; /* Number of text columns */ variable
181 vga_video_num_columns = screen_info.orig_video_cols; in vgacon_startup()
354 c->vc_cols = vga_video_num_columns; in vgacon_init()
357 vc_resize(c, vga_video_num_columns, vga_video_num_lines); in vgacon_init()
599 vga_video_num_columns = c->vc_cols; in vgacon_switch()
611 (!(vga_video_num_columns % 2) && in vgacon_switch()
612 vga_video_num_columns <= screen_info.orig_video_cols && in vgacon_switch()