/Linux-v4.19/include/linux/amba/ |
D | clcd.h | 53 grayscale:1; member 200 else if (!var->grayscale) /* STN color */ in clcdfb_decode() 212 if (var->grayscale) in clcdfb_decode() 297 if (var->grayscale != fb->fb.var.grayscale || in clcdfb_check()
|
/Linux-v4.19/Documentation/fb/ |
D | api.txt | 51 bits_per_pixel, grayscale, red, green, blue and transp fields. 88 stored in the variable screen information grayscale field. 141 identifier stored in the variable screen information grayscale field. 190 __u32 grayscale; /* 0 = color, 1 = grayscale, */ 239 for applications when using RGB and grayscale formats, as well as legacy 244 monochrome, grayscale or pseudocolor visuals, although this is not required. 246 - For grayscale formats, applications set the grayscale field to one. The red, 251 - For pseudocolor formats, applications set the grayscale field to zero. The 256 - For truecolor and directcolor formats, applications set the grayscale field 284 and grayscale formats. [all …]
|
D | cmap_xfbdev.txt | 6 *. example of relevant structures in fbdev as used for a 3-bit grayscale cmap 9 .grayscale = 1, 22 *. X11 apps do something like the following when trying to use grayscale.
|
D | internals.txt | 79 Grayscale and static grayscale are special variants of pseudo color and static
|
/Linux-v4.19/arch/arm/mach-integrator/ |
D | impd1.c | 98 .grayscale = 0, 126 .grayscale = 0, 155 .grayscale = 0, 187 .grayscale = 0,
|
/Linux-v4.19/drivers/video/fbdev/ |
D | ocfb.c | 144 if (!var->grayscale) in ocfb_setupfb() 186 if (info->var.grayscale) { in ocfb_setcolreg() 196 if (info->var.bits_per_pixel == 8 && !info->var.grayscale) { in ocfb_setcolreg() 222 if (var->bits_per_pixel == 8 && !var->grayscale) in ocfb_init_fix()
|
D | goldfishfb.c | 119 (var->grayscale != info->var.grayscale)) { in goldfish_fb_check_var()
|
D | gbefb.c | 101 .grayscale = 0, 132 .grayscale = 0, 928 var->grayscale = 0; /* No grayscale for now */ in gbefb_check_var() 948 var->grayscale = 0; in gbefb_check_var()
|
D | sh_mobile_lcdcfb.c | 612 var.grayscale = info->var.grayscale; in sh_mobile_lcdc_display_notify() 695 if (var->grayscale > 1) in sh_mobile_format_fourcc() 696 return var->grayscale; in sh_mobile_format_fourcc() 712 return var->grayscale > 1; in sh_mobile_format_is_fourcc() 1208 format = sh_mobile_format_info(var->grayscale); in __sh_mobile_lcdc_check_var() 1699 var->grayscale = ovl->format->fourcc; in sh_mobile_lcdc_overlay_fb_init() 2202 var->grayscale = ch->format->fourcc; in sh_mobile_lcdc_channel_fb_init()
|
D | clps711xfb.c | 242 info->var.grayscale = info->var.bits_per_pixel > 1; in clps711x_guess_lcd_params()
|
D | sh7760fb.c | 182 if ((var->grayscale) && (var->bits_per_pixel == 1)) in sh7760fb_check_var() 397 if (info->var.grayscale) { in sh7760fb_alloc_mem()
|
D | pmag-aa-fb.c | 76 .grayscale = 1,
|
D | skeletonfb.c | 295 if (info->var.grayscale) { in xxxfb_setcolreg()
|
D | stifb.c | 942 if (unlikely(fb->info.var.grayscale)) { in stifb_setcolreg() 1189 var->grayscale = 1; in stifb_init_fb() 1196 var->grayscale = 1; in stifb_init_fb()
|
D | s1d13xxxfb.c | 276 if (info->var.grayscale) in s1d13xxxfb_setcolreg() 712 var->grayscale = !is_color; in s1d13xxxfb_fetch_hw_state()
|
/Linux-v4.19/arch/arm/mach-nspire/ |
D | clcd.c | 61 .grayscale = 1,
|
/Linux-v4.19/arch/arm/mach-netx/ |
D | nxeb500hmi.c | 58 .grayscale = 0,
|
D | nxdb500.c | 58 .grayscale = 0,
|
/Linux-v4.19/drivers/video/fbdev/geode/ |
D | gx1fb_core.c | 163 if (info->var.grayscale) { in gx1fb_setcolreg() 305 info->var.grayscale = 0; in gx1fb_init_fbinfo()
|
D | gxfb_core.c | 196 if (info->var.grayscale) { in gxfb_setcolreg() 329 info->var.grayscale = 0; in gxfb_init_fbinfo()
|
D | lxfb_core.c | 303 if (info->var.grayscale) { in lxfb_setcolreg() 454 info->var.grayscale = 0; in lxfb_init_fbinfo()
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbcon.h | 43 u32 grayscale; member
|
/Linux-v4.19/include/uapi/linux/ |
D | fb.h | 250 __u32 grayscale; /* 0 = color, 1 = grayscale, */ member
|
/Linux-v4.19/drivers/staging/fbtft/ |
D | fb_uc1611.c | 145 par->info->var.grayscale = 1; in set_var()
|
/Linux-v4.19/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 660 if (minfo->fbcon.var.grayscale) { in matroxfb_setcolreg() 1253 static int grayscale; /* "matroxfb:grayscale" */ variable 1789 vesafb_defined.grayscale = grayscale; in initMatrox2() 2441 grayscale = value; in matroxfb_setup() 2545 module_param(grayscale, int, 0); 2546 MODULE_PARM_DESC(grayscale, "Sets display into grayscale. Works perfectly with paletized videomode …
|