Home
last modified time | relevance | path

Searched refs:fb_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dframebuffer.h54 typedef enum fb_type { enum
63 fb_type_t fb_type; /* Marker from xbi_fb_init */ member
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_fb.c241 switch (fb_info.fb_type) { in gfxp_fb_attach()
248 softc->fb_type = GFXP_VGATEXT; in gfxp_fb_attach()
254 softc->fb_type = GFXP_BITMAP; in gfxp_fb_attach()
288 switch (softc->fb_type) { in gfxp_fb_detach()
H A Dgfxp_fb.h91 enum gfxp_type fb_type; member
H A Dgfxp_bitmap.c109 switch (softc->fb_type) { in gfxp_bm_getfb_info()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c182 fb_info.fb_type = FB_TYPE_UNKNOWN; in xbi_fb_init()
186 fb_info.fb_type = FB_TYPE_EGA_TEXT; in xbi_fb_init()
191 fb_info.fb_type = FB_TYPE_INDEXED; in xbi_fb_init()
196 fb_info.fb_type = FB_TYPE_RGB; in xbi_fb_init()
405 if (fb_info.fb_type != FB_TYPE_RGB) { in boot_color_map()
/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h42 int fb_type; /* as defined below */ member