/kernel/linux/linux-5.10/include/linux/amba/ |
H A D | clcd.h | 53 grayscale:1; member 173 else if (!var->grayscale) /* STN color */ in clcdfb_decode() 185 if (var->grayscale) in clcdfb_decode() 263 * You can't change the grayscale setting, and in clcdfb_check() 266 if (var->grayscale != fb->fb.var.grayscale || in clcdfb_check()
|
/kernel/linux/linux-6.6/include/linux/amba/ |
H A D | clcd.h | 53 grayscale:1; member 173 else if (!var->grayscale) /* STN color */ in clcdfb_decode() 185 if (var->grayscale) in clcdfb_decode() 263 * You can't change the grayscale setting, and in clcdfb_check() 266 if (var->grayscale != fb->fb.var.grayscale || in clcdfb_check()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/ |
H A D | pl111_display.c | 130 bool grayscale = false; in pl111_display_enable() local 194 grayscale = true; in pl111_display_enable() 198 * grayscale so at least once in a while we will reverse in pl111_display_enable() 202 if (grayscale) in pl111_display_enable() 236 * Detect grayscale bus format. We do not support a grayscale mode in pl111_display_enable() 238 * hardware will activate its grayscaler to convert to the grayscale in pl111_display_enable() 241 if (grayscale) in pl111_display_enable()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | ocfb.c | 144 if (!var->grayscale) in ocfb_setupfb() 186 if (info->var.grayscale) { in ocfb_setcolreg() 187 /* grayscale = 0.30*R + 0.59*G + 0.11*B */ 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()
|
H A D | stifb.c | 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() 1254 case S9000_ID_ELM: /* GRX, grayscale but else same as A1659A */ in stifb_init_fb() 1255 var->grayscale = 1; in stifb_init_fb() 1258 case S9000_ID_TIMBER: /* HP9000/710 Any (may be a grayscale device) */ in stifb_init_fb() 1261 strstr(dev_name, "grayscale")) in stifb_init_fb() 1262 var->grayscale in stifb_init_fb() [all...] |
H A D | goldfishfb.c | 110 (var->grayscale != info->var.grayscale)) { in goldfish_fb_check_var()
|
H A D | gbefb.c | 95 .grayscale = 0, 126 .grayscale = 0, 922 var->grayscale = 0; /* No grayscale for now */ in gbefb_check_var() 941 /* No grayscale for now */ in gbefb_check_var() 942 var->grayscale = 0; in gbefb_check_var()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | ocfb.c | 144 if (!var->grayscale) in ocfb_setupfb() 186 if (info->var.grayscale) { in ocfb_setcolreg() 187 /* grayscale = 0.30*R + 0.59*G + 0.11*B */ 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()
|
H A D | stifb.c | 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() 1254 case S9000_ID_ELM: /* GRX, grayscale but else same as A1659A */ in stifb_init_fb() 1255 var->grayscale = 1; in stifb_init_fb() 1258 case S9000_ID_TIMBER: /* HP9000/710 Any (may be a grayscale device) */ in stifb_init_fb() 1261 strstr(dev_name, "grayscale")) in stifb_init_fb() 1262 var->grayscale in stifb_init_fb() [all...] |
H A D | goldfishfb.c | 110 (var->grayscale != info->var.grayscale)) { in goldfish_fb_check_var()
|
H A D | sh7760fb.c | 181 if ((var->grayscale) && (var->bits_per_pixel == 1)) in sh7760fb_check_var() 195 * NOTE: The rotation, grayscale and DSTN codepaths are 232 vdln, bpp, gray ? "grayscale" : "color", in sh7760fb_set_par() 394 if (info->var.grayscale) { in sh7760fb_alloc_mem()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/pl111/ |
H A D | pl111_display.c | 131 bool grayscale = false; in pl111_display_enable() local 195 grayscale = true; in pl111_display_enable() 199 * grayscale so at least once in a while we will reverse in pl111_display_enable() 203 if (grayscale) in pl111_display_enable() 237 * Detect grayscale bus format. We do not support a grayscale mode in pl111_display_enable() 239 * hardware will activate its grayscaler to convert to the grayscale in pl111_display_enable() 242 if (grayscale) in pl111_display_enable()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/ |
H A D | lxfb_core.c | 293 if (info->var.grayscale) { in lxfb_setcolreg() 294 /* grayscale = 0.30*R + 0.59*G + 0.11*B */ in lxfb_setcolreg() 444 info->var.grayscale = 0; in lxfb_init_fbinfo()
|
H A D | gxfb_core.c | 182 if (info->var.grayscale) { in gxfb_setcolreg() 183 /* grayscale = 0.30*R + 0.59*G + 0.11*B */ in gxfb_setcolreg() 315 info->var.grayscale = 0; in gxfb_init_fbinfo()
|
H A D | gx1fb_core.c | 159 if (info->var.grayscale) { in gx1fb_setcolreg() 160 /* grayscale = 0.30*R + 0.59*G + 0.11*B */ in gx1fb_setcolreg() 301 info->var.grayscale = 0; in gx1fb_init_fbinfo()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/ |
H A D | lxfb_core.c | 294 if (info->var.grayscale) { in lxfb_setcolreg() 295 /* grayscale = 0.30*R + 0.59*G + 0.11*B */ in lxfb_setcolreg() 441 info->var.grayscale = 0; in lxfb_init_fbinfo()
|
H A D | gxfb_core.c | 183 if (info->var.grayscale) { in gxfb_setcolreg() 184 /* grayscale = 0.30*R + 0.59*G + 0.11*B */ in gxfb_setcolreg() 312 info->var.grayscale = 0; in gxfb_init_fbinfo()
|
H A D | gx1fb_core.c | 160 if (info->var.grayscale) { in gx1fb_setcolreg() 161 /* grayscale = 0.30*R + 0.59*G + 0.11*B */ in gx1fb_setcolreg() 298 info->var.grayscale = 0; in gx1fb_init_fbinfo()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.h | 45 u32 grayscale; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fb.h | 251 __u32 grayscale; /* 0 = color, 1 = grayscale, */ member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.h | 43 u32 grayscale; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fb.h | 251 __u32 grayscale; /* 0 = color, 1 = grayscale, */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fb.h | 215 __u32 grayscale; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fb.h | 215 __u32 grayscale; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fb.h | 210 __u32 grayscale; member
|