Lines Matching refs:grayscale
663 if (minfo->fbcon.var.grayscale) {
1258 static int grayscale; /* "matroxfb:grayscale" */
1807 vesafb_defined.grayscale = grayscale;
2452 else if (!strcmp(this_opt, "grayscale"))
2453 grayscale = value;
2555 module_param(grayscale, int, 0);
2556 MODULE_PARM_DESC(grayscale, "Sets display into grayscale. Works perfectly with paletized videomode (4, 8bpp), some limitations apply to 16, 24 and 32bpp videomodes (default=nograyscale)");