Lines Matching full:grayscale
26 * HPA1924A known as "GRX", a 1280x1024 grayscale device with 8 planes
31 * HP710G same as HP710C, 1280x1024 grayscale only
938 var->grayscale = fb->info->var.grayscale; in stifb_check_var()
964 if (unlikely(fb->info->var.grayscale)) { in stifb_setcolreg()
1256 case S9000_ID_ELM: /* GRX, grayscale but else same as A1659A */ in stifb_init_fb()
1257 var->grayscale = 1; in stifb_init_fb()
1260 case S9000_ID_TIMBER: /* HP9000/710 Any (may be a grayscale device) */ in stifb_init_fb()
1261 if (strstr(dev_name, "GRAYSCALE") || in stifb_init_fb()
1262 strstr(dev_name, "Grayscale") || in stifb_init_fb()
1263 strstr(dev_name, "grayscale")) in stifb_init_fb()
1264 var->grayscale = 1; in stifb_init_fb()