Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c92 gfx_fb.framebuffer_common.framebuffer_bpp = 16; in bios_set_text_mode()
308 gfx_fb.framebuffer_common.framebuffer_bpp = 16; in vbe_init()
459 gfx_fb.framebuffer_common.framebuffer_bpp = mi.BitsPerPixel; in vbe_set_mode()
814 gfx_fb.framebuffer_common.framebuffer_bpp, in vbe_print_mode()
816 gfx_fb.framebuffer_common.framebuffer_bpp); in vbe_print_mode()
H A Dvidconsole.c192 devinit.depth = gfx_fb.framebuffer_common.framebuffer_bpp; in plat_cons_update_mode()
220 devinit->depth = gfx_fb.framebuffer_common.framebuffer_bpp; in vidc_vbe_devinit()
990 gfx_fb.framebuffer_common.framebuffer_bpp, in vidc_devinfo()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c258 devinit.depth = gfx_fb.framebuffer_common.framebuffer_bpp; in plat_cons_update_mode()
277 data->depth = gfx_fb.framebuffer_common.framebuffer_bpp; in efi_fb_devinit()
457 gfx_fb.framebuffer_common.framebuffer_bpp = bpp; in efi_framebuffer_setup()
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot2.h291 uint8_t framebuffer_bpp; member
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c342 if (gfx_fb.framebuffer_common.framebuffer_bpp < 24) in gfx_framework_init()
508 if (gfx_fb.framebuffer_common.framebuffer_bpp == 8) { in gfxfb_blt_fill()
522 bpp = roundup2(gfx_fb.framebuffer_common.framebuffer_bpp, 8) >> 3; in gfxfb_blt_fill()
593 bpp = roundup2(gfx_fb.framebuffer_common.framebuffer_bpp, 8) >> 3; in gfxfb_blt_video_to_buffer()
695 bpp = roundup2(gfx_fb.framebuffer_common.framebuffer_bpp, 8) >> 3; in gfxfb_blt_buffer_to_video()
799 bpp = roundup2(gfx_fb.framebuffer_common.framebuffer_bpp, 8) >> 3; in gfxfb_blt_video_to_video()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c169 fb_info.depth = tag->framebuffer_common.framebuffer_bpp; in xbi_fb_init()