Home
last modified time | relevance | path

Searched refs:fb_cmap (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c96 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB, in vt_efb_initialize()
100 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB, in vt_efb_initialize()
104 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB, in vt_efb_initialize()
110 vt_generate_cons_palette(info->fb_cmap, in vt_efb_initialize()
113 vt_generate_cons_palette(info->fb_cmap, in vt_efb_initialize()
119 (cell_t)((info->fb_cmap[i] >> 16) & 0xff), in vt_efb_initialize()
120 (cell_t)((info->fb_cmap[i] >> 8) & 0xff), in vt_efb_initialize()
121 (cell_t)((info->fb_cmap[i] >> 0) & 0xff), in vt_efb_initialize()
H A Dvt_fb.c168 c = info->fb_cmap[color]; in vt_fb_setpixel()
222 c = info->fb_cmap[color]; in vt_fb_blank()
275 fgc = info->fb_cmap[fg]; in vt_fb_bitblt_bitmap()
276 bgc = info->fb_cmap[bg]; in vt_fb_bitblt_bitmap()
481 err = vt_fb_init_cmap(info->fb_cmap, FBTYPE_GET_BPP(info)); in vt_fb_init()
/freebsd-13.1/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c162 fgc = sc->fb_cmap[fg]; in ofwfb_bitblt_bitmap()
163 bgc = sc->fb_cmap[bg]; in ofwfb_bitblt_bitmap()
422 vt_generate_cons_palette(sc->fb.fb_cmap, COLOR_FORMAT_RGB, 255, in ofwfb_initialize()
427 (cell_t)((sc->fb.fb_cmap[i] >> 16) & 0xff), in ofwfb_initialize()
428 (cell_t)((sc->fb.fb_cmap[i] >> 8) & 0xff), in ofwfb_initialize()
429 (cell_t)((sc->fb.fb_cmap[i] >> 0) & 0xff), in ofwfb_initialize()
460 vt_generate_cons_palette(sc->fb.fb_cmap, in ofwfb_initialize()
463 vt_generate_cons_palette(sc->fb.fb_cmap, in ofwfb_initialize()
467 vt_generate_cons_palette(sc->fb.fb_cmap, in ofwfb_initialize()
470 vt_generate_cons_palette(sc->fb.fb_cmap, in ofwfb_initialize()
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c140 vt_generate_cons_palette(sc->info.fb_cmap, in bcm_fb_setup_fbd()
145 vt_generate_cons_palette(sc->info.fb_cmap, in bcm_fb_setup_fbd()
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_fb_helper.h117 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
H A Ddrm_fb_helper.c637 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
/freebsd-13.1/sys/dev/vt/hw/efifb/
H A Defifb.c135 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB, in vt_efifb_init()
/freebsd-13.1/sys/dev/vt/hw/vbefb/
H A Dvbefb.c138 vt_generate_cons_palette(info->fb_cmap, format, in vt_vbefb_init()
/freebsd-13.1/sys/powerpc/ps3/
H A Dps3_syscons.c231 vt_generate_cons_palette(sc->fb_info.fb_cmap, COLOR_FORMAT_RGB, in ps3fb_init()
/freebsd-13.1/sys/sys/
H A Dfbio.h152 uint32_t fb_cmap[16]; member
/freebsd-13.1/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c306 ipu3_fb_init_cmap(sc->sc_info.fb_cmap, sc->sc_info.fb_depth); in ipu3_fb_attach()