Searched defs:noinit (Results 1 - 3 of 3) sorted by relevance

/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c238 static bool noinit = 0; variable
258 module_param(noinit, bool, 0);
259 MODULE_PARM_DESC(noinit, "Don't initialise graphics mode when loading");
367 else if (get_opt_bool(this_opt, "init", &noinit))
368 noinit = !noinit;
792 "noinit = %d\n", vram, accel, hwcursor, fixed, noinit);
/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1256 static int noinit = 1; /* "matroxfb:init" */ variable
2082 noinit = 0;
2086 minfo->devflags.noinit = noinit;
2090 noinit = 0;
2094 minfo->devflags.noinit = 0;
2445 noinit = !value;
2514 module_param(noinit, int, 0);
2515 MODULE_PARM_DESC(noinit, "Disables W/SG/SD-RAM and bus interface initialization (0 or 1=do not initialize) (default=0)");
H A Dmatroxfb_base.h464 int noinit; member in struct:matrox_fb_info::__anon7147

Completed in 393 milliseconds