Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/boot/
Dvideo-mode.c27 int force_x, force_y; /* Don't query the BIOS for cols/rows */ variable
126 rows = force_y ? force_y : rdfs8(0x484)+1; /* Text rows */ in vga_recalc_vertical()
Dvideo.h95 extern int force_x, force_y; /* Don't query the BIOS for cols/rows */
Dvideo.c89 if (force_y) in store_mode_params()
90 y = force_y; in store_mode_params()
Dvideo-vga.c200 force_y = mode->y; in vga_set_mode()
Dvideo-vesa.c148 force_y = mode->y; in vesa_set_mode()