/linux/drivers/video/fbdev/core/ |
H A D | fb_logo.c | 24 const unsigned char *clut = logo->clut; in fb_set_logocmap() local 41 palette_cmap.red[j] = clut[0] << 8 | clut[0]; in fb_set_logocmap() 42 palette_cmap.green[j] = clut[1] << 8 | clut[1]; in fb_set_logocmap() 43 palette_cmap.blue[j] = clut[2] << 8 | clut[2]; in fb_set_logocmap() 44 clut += 3; in fb_set_logocmap() 60 const unsigned char *clut = logo->clut; in fb_set_logo_truepalette() local 75 palette[i+32] = (safe_shift((clut[0] & redmask), redshift) | in fb_set_logo_truepalette() 76 safe_shift((clut[1] & greenmask), greenshift) | in fb_set_logo_truepalette() 77 safe_shift((clut[2] & bluemask), blueshift)); in fb_set_logo_truepalette() 78 clut += 3; in fb_set_logo_truepalette()
|
/linux/drivers/video/fbdev/ |
H A D | cg14.c | 165 /* Color look up table (clut) */ 173 * I currently use the clut instead of the Xlut 187 struct cg14_clut __iomem *clut; member 242 struct cg14_clut __iomem *clut = par->clut; in cg14_setcolreg() local 255 sbus_writel(val, &clut->c_clut[regno]); in cg14_setcolreg() 448 if (par->clut) in cg14_unmap_regs() 450 par->clut, sizeof(struct cg14_clut)); in cg14_unmap_regs() 495 par->clut = of_ioremap(&op->resource[0], CG14_CLUT1, in cg14_probe() 496 sizeof(struct cg14_clut), "cg14 clut"); in cg14_probe() 503 if (!par->regs || !par->clut || !par->cursor || !info->screen_base) in cg14_probe()
|
H A D | macfb.c | 160 /* Stab in the dark trying to reset the CLUT pointer */ in dafb_setpalette() 199 /* On these chips, the CLUT register numbers are spread out in v8_brazil_setpalette() 235 /* reset clut? (VideoToolbox sez "not necessary") */ in rbv_setpalette() 239 /* tell clut which address to use. */ in rbv_setpalette() 351 * Then finally write the clut! in civic_setpalette() 520 vidtest = 1; /* enable experimental CLUT code */ in macfb_setup()
|
H A D | grvga.c | 36 u32 clut; /* 0x20 */ member 192 if (regno >= 256) /* Size of CLUT */ in grvga_setcolreg() 211 /* In PSEUDOCOLOR we use the hardware CLUT */ in grvga_setcolreg() 214 &par->regs->clut); in grvga_setcolreg()
|
H A D | valkyriefb.c | 172 * then the caller blanks by setting the CLUT (Color Look Up Table) to all 195 return 1; /* get caller to set CLUT to all black */ in valkyriefb_blank() 226 /* tell clut which address to fill */ in valkyriefb_setcolreg()
|
H A D | platinumfb.c | 154 * then the caller blanks by setting the CLUT (Color Look Up Table) to all in platinumfb_blank() 197 out_8(&cmap_regs->addr, regno); /* tell clut what addr to fill */ in platinumfb_setcolreg()
|
H A D | sunxvr500.c | 95 /* CLUT registers */
|
H A D | skeletonfb.c | 263 * @regno: Which register in the CLUT we are programming 372 * If you have code that writes to the hardware CLUT, and it's not in xxxfb_setcolreg()
|
H A D | cirrusfb.c | 1382 * then the caller blanks by setting the CLUT (Color Look Up Table) in cirrusfb_blank() 2530 /*** WClut - set CLUT entry (range: 0..63) ***/ 2556 /*** RClut - read CLUT entry (range 0..63) ***/
|
H A D | controlfb.c | 160 out_8(&p->cmap_regs->addr, regno); /* tell clut what addr to fill */ in controlfb_setcolreg()
|
H A D | s1d13xxxfb.c | 254 * @regno: Which register in the CLUT we are programming
|
H A D | atmel_lcdfb.c | 679 * @regno: Which register in the CLUT we are programming
|
H A D | tgafb.c | 913 /* If 24-plane FB and the image is 8-plane with CLUT, we can do it. */
|
H A D | atafb.c | 340 * the caller blanks by setting the CLUT to all black. Return 0 if blanking
|
/linux/drivers/video/console/ |
H A D | newport_con.c | 100 const unsigned char *clut; in newport_show_logo() local 106 clut = logo->clut; in newport_show_logo() 112 newport_cmap_setrgb(npregs, clut[0], clut[1], clut[2]); in newport_show_logo() 113 clut += 3; in newport_show_logo()
|
/linux/include/linux/ |
H A D | linux_logo.h | 29 const unsigned char *clut; /* LINUX_LOGO_CLUT224 only */ member
|
/linux/drivers/video/logo/ |
H A D | pnmtologo.c | 254 fprintf(out, "\t.clut\t\t= %s_clut,\n", logoname); in write_footer() 377 /* write logo clut */ in write_logo_clut224()
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810_regs.h | 242 /* CLUT */
|
/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-reg.h | 39 /* 7 - CLUT */
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.c | 155 /* Force CLUT to get re-loaded during modeset. */ in nv04_display_init()
|