Home
last modified time | relevance | path

Searched refs:fbtype (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h41 struct fbtype { struct
119 struct fbtype fbtype; /* fbtype info for real device */ member
/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c91 fb.fb_height = attr.fbtype.fb_height; in gfx_framework_init()
92 fb.fb_width = attr.fbtype.fb_width; in gfx_framework_init()
93 fb.fb_depth = attr.fbtype.fb_depth; in gfx_framework_init()
94 fb.fb_size = attr.fbtype.fb_size; in gfx_framework_init()
95 fb.fb_bpp = attr.fbtype.fb_depth >> 3; in gfx_framework_init()
96 if (attr.fbtype.fb_depth == 15) in gfx_framework_init()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c244 bitmap_attr.fbtype.fb_height = fb_info.screen.y; in bitmap_setup_fb()
245 bitmap_attr.fbtype.fb_width = fb_info.screen.x; in bitmap_setup_fb()
246 bitmap_attr.fbtype.fb_depth = fb_info.depth; in bitmap_setup_fb()
247 bitmap_attr.fbtype.fb_size = size; in bitmap_setup_fb()
249 bitmap_attr.fbtype.fb_cmsize = 1 << 24; in bitmap_setup_fb()
251 bitmap_attr.fbtype.fb_cmsize = 1 << fb_info.depth; in bitmap_setup_fb()
H A Dgfxp_fb.c439 if (copyout(&softc->fbgattr->fbtype, (void *)data, in do_gfx_ioctl()
440 sizeof (struct fbtype))) in do_gfx_ioctl()