Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/intel/
Dintelfbdrv.c250 INTELFB_INT_PARAM(accel, 1, "Enable console acceleration");
251 INTELFB_INT_PARAM(hwcursor, 1, "Enable HW cursor");
252 INTELFB_INT_PARAM(fixed, 0, "Disable mode switching");
253 INTELFB_INT_PARAM(noinit, 0, "Don't initialise graphics mode when loading");
254 INTELFB_INT_PARAM(noregister, 0, "Don't register, just probe and exit (debug)");
255 INTELFB_INT_PARAM(probeonly, 0, "Do a minimal probe (debug)");
256 INTELFB_INT_PARAM(idonly, 0,
258 INTELFB_INT_PARAM(bailearly, 0, "Bail out early, depending on value (debug)");
Dintelfb.h110 #define INTELFB_INT_PARAM(name, default, desc) \ macro