Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c237 static bool probeonly = 0; variable
259 module_param(probeonly, bool, 0);
260 MODULE_PARM_DESC(probeonly, "Do a minimal probe (debug)");
772 if (probeonly) in intelfb_pci_register()