Home
last modified time | relevance | path

Searched full:clut (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfb_logo.c24 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 Dcg14.c165 /* 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 Dmacfb.c160 /* 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 Dgrvga.c36 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 Dvalkyriefb.c172 * 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 Dplatinumfb.c154 * 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 Dsunxvr500.c95 /* CLUT registers */
H A Dskeletonfb.c263 * @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 Dcirrusfb.c1382 * 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 Dcontrolfb.c160 out_8(&p->cmap_regs->addr, regno); /* tell clut what addr to fill */ in controlfb_setcolreg()
H A Ds1d13xxxfb.c254 * @regno: Which register in the CLUT we are programming
H A Datmel_lcdfb.c679 * @regno: Which register in the CLUT we are programming
H A Dtgafb.c913 /* If 24-plane FB and the image is 8-plane with CLUT, we can do it. */
H A Datafb.c340 * the caller blanks by setting the CLUT to all black. Return 0 if blanking
/linux/drivers/video/console/
H A Dnewport_con.c100 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 Dlinux_logo.h29 const unsigned char *clut; /* LINUX_LOGO_CLUT224 only */ member
/linux/drivers/video/logo/
H A Dpnmtologo.c254 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 Di810_regs.h242 /* CLUT */
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h39 /* 7 - CLUT */
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c155 /* Force CLUT to get re-loaded during modeset. */ in nv04_display_init()