Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c837 fbX = gfx_fb.framebuffer_common.framebuffer_width; in gfxfb_shadow_fill()
970 width = gfx_fb.framebuffer_common.framebuffer_width; in gfx_fb_cons_clear()
1001 width = gfx_fb.framebuffer_common.framebuffer_width - sx; in gfx_fb_cons_copy()
1030 pitch = gfx_fb.framebuffer_common.framebuffer_width; in gfx_fb_cons_copy()
1140 gfx_fb.framebuffer_common.framebuffer_width || in gfx_fb_cons_display()
1311 if (x >= gfx_fb.framebuffer_common.framebuffer_width || in gfx_fb_setpixel()
1596 if (ux1 > gfx_fb.framebuffer_common.framebuffer_width || in gfx_fb_putimage()
1633 if (ux2 > gfx_fb.framebuffer_common.framebuffer_width || in gfx_fb_putimage()
1655 ux2 = gfx_fb.framebuffer_common.framebuffer_width - in gfx_fb_putimage()
1864 dp = gfx_fb.framebuffer_common.framebuffer_width * in gfx_get_ppi()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c95 gfx_fb.framebuffer_common.framebuffer_width = TEXT_COLS; in bios_set_text_mode()
311 gfx_fb.framebuffer_common.framebuffer_width = TEXT_COLS; in vbe_init()
457 gfx_fb.framebuffer_common.framebuffer_width = mi.XResolution; in vbe_set_mode()
812 gfx_fb.framebuffer_common.framebuffer_width, in vbe_print_mode()
H A Dvidconsole.c190 devinit.width = gfx_fb.framebuffer_common.framebuffer_width; in plat_cons_update_mode()
218 devinit->width = gfx_fb.framebuffer_common.framebuffer_width; in vidc_vbe_devinit()
988 gfx_fb.framebuffer_common.framebuffer_width, in vidc_devinfo()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c256 devinit.width = gfx_fb.framebuffer_common.framebuffer_width; in plat_cons_update_mode()
275 data->width = gfx_fb.framebuffer_common.framebuffer_width; in efi_fb_devinit()
455 gfx_fb.framebuffer_common.framebuffer_width = efifb.fb_width; in efi_framebuffer_setup()
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot2.h289 uint32_t framebuffer_width; member
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c171 fb_info.screen.x = tag->framebuffer_common.framebuffer_width; in xbi_fb_init()