Searched refs:fbtype (Results 1 – 4 of 4) sorted by relevance
41 struct fbtype { struct119 struct fbtype fbtype; /* fbtype info for real device */ member
91 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()
244 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()
439 if (copyout(&softc->fbgattr->fbtype, (void *)data, in do_gfx_ioctl()440 sizeof (struct fbtype))) in do_gfx_ioctl()