Home
last modified time | relevance | path

Searched refs:gfxfb_info (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c69 struct gfxfb_info *gfxfb_info; in gfx_framework_init() local
89 gfxfb_info = (struct gfxfb_info *)attr.sattr.dev_specific; in gfx_framework_init()
98 fb.fb_pitch = gfxfb_info->pitch; in gfx_framework_init()
99 fb.terminal_origin_x = gfxfb_info->terminal_origin_x; in gfx_framework_init()
100 fb.terminal_origin_y = gfxfb_info->terminal_origin_y; in gfx_framework_init()
101 fb.font_width = gfxfb_info->font_width; in gfx_framework_init()
102 fb.font_height = gfxfb_info->font_height; in gfx_framework_init()
104 fb.red_mask_size = gfxfb_info->red_mask_size; in gfx_framework_init()
105 fb.red_field_position = gfxfb_info->red_field_position; in gfx_framework_init()
106 fb.green_mask_size = gfxfb_info->green_mask_size; in gfx_framework_init()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c232 struct gfxfb_info *gfxfb_info; in bitmap_setup_fb() local
253 gfxfb_info = (struct gfxfb_info *)bitmap_attr.sattr.dev_specific; in bitmap_setup_fb()
256 gfxfb_info->pitch = fb_info.pitch; in bitmap_setup_fb()
257 gfxfb_info->font_width = fb_info.font_width; in bitmap_setup_fb()
258 gfxfb_info->font_height = fb_info.font_height; in bitmap_setup_fb()
259 gfxfb_info->red_mask_size = fb_info.rgb.red.size; in bitmap_setup_fb()
260 gfxfb_info->red_field_position = fb_info.rgb.red.pos; in bitmap_setup_fb()
261 gfxfb_info->green_mask_size = fb_info.rgb.green.size; in bitmap_setup_fb()
262 gfxfb_info->green_field_position = fb_info.rgb.green.pos; in bitmap_setup_fb()
263 gfxfb_info->blue_mask_size = fb_info.rgb.blue.size; in bitmap_setup_fb()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h301 struct gfxfb_info { struct