Searched refs:fb_cmap (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/dev/vt/hw/fb/ |
| H A D | vt_early_fb.c | 97 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB, in vt_efb_initialize() 101 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB, in vt_efb_initialize() 105 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB, in vt_efb_initialize() 111 vt_generate_cons_palette(info->fb_cmap, in vt_efb_initialize() 114 vt_generate_cons_palette(info->fb_cmap, in vt_efb_initialize() 120 (cell_t)((info->fb_cmap[i] >> 16) & 0xff), in vt_efb_initialize() 121 (cell_t)((info->fb_cmap[i] >> 8) & 0xff), in vt_efb_initialize() 122 (cell_t)((info->fb_cmap[i] >> 0) & 0xff), in vt_efb_initialize()
|
| H A D | vt_fb.c | 168 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() 474 err = vt_fb_init_cmap(info->fb_cmap, FBTYPE_GET_BPP(info)); in vt_fb_init()
|
| /freebsd-12.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 152 fgc = sc->fb_cmap[fg]; in ofwfb_bitblt_bitmap() 153 bgc = sc->fb_cmap[bg]; in ofwfb_bitblt_bitmap() 311 vt_generate_cons_palette(sc->fb.fb_cmap, COLOR_FORMAT_RGB, 255, in ofwfb_initialize() 316 (cell_t)((sc->fb.fb_cmap[i] >> 16) & 0xff), in ofwfb_initialize() 317 (cell_t)((sc->fb.fb_cmap[i] >> 8) & 0xff), in ofwfb_initialize() 318 (cell_t)((sc->fb.fb_cmap[i] >> 0) & 0xff), in ofwfb_initialize() 339 vt_generate_cons_palette(sc->fb.fb_cmap, in ofwfb_initialize() 342 vt_generate_cons_palette(sc->fb.fb_cmap, in ofwfb_initialize()
|
| /freebsd-12.1/sys/dev/fb/ |
| H A D | creator_vt.c | 156 vt_generate_cons_palette(sc->fb.fb_cmap, COLOR_FORMAT_RGB, in creatorfb_init() 173 c = sc->fb.fb_cmap[color]; in creatorfb_blank() 192 fgc = sc->fb.fb_cmap[fg]; in creatorfb_bitblt_bitmap() 193 bgc = sc->fb.fb_cmap[bg]; in creatorfb_bitblt_bitmap()
|
| /freebsd-12.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fbd.c | 131 vt_generate_cons_palette(sc->info.fb_cmap, in bcm_fb_setup_fbd() 136 vt_generate_cons_palette(sc->info.fb_cmap, in bcm_fb_setup_fbd()
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_fb_helper.h | 117 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
|
| H A D | drm_fb_helper.c | 637 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
|
| /freebsd-12.1/sys/dev/vt/hw/efifb/ |
| H A D | efifb.c | 129 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB, in vt_efifb_init()
|
| /freebsd-12.1/sys/powerpc/ps3/ |
| H A D | ps3_syscons.c | 231 vt_generate_cons_palette(sc->fb_info.fb_cmap, COLOR_FORMAT_RGB, in ps3fb_init()
|
| /freebsd-12.1/sys/arm/freescale/imx/ |
| H A D | imx51_ipuv3_fbd.c | 306 ipu3_fb_init_cmap(sc->sc_info.fb_cmap, sc->sc_info.fb_depth); in ipu3_fb_attach()
|
| /freebsd-12.1/sys/sys/ |
| H A D | fbio.h | 150 uint32_t fb_cmap[16]; member
|