Searched refs:framebuffer_common (Results 1 – 9 of 9) sorted by relevance
89 gfx_fb.framebuffer_common.framebuffer_type = in bios_set_text_mode()92 gfx_fb.framebuffer_common.framebuffer_bpp = 16; in bios_set_text_mode()93 gfx_fb.framebuffer_common.framebuffer_addr = in bios_set_text_mode()95 gfx_fb.framebuffer_common.framebuffer_width = TEXT_COLS; in bios_set_text_mode()96 gfx_fb.framebuffer_common.framebuffer_height = TEXT_ROWS; in bios_set_text_mode()97 gfx_fb.framebuffer_common.framebuffer_pitch = TEXT_COLS * 2; in bios_set_text_mode()304 gfx_fb.framebuffer_common.mb_type = MULTIBOOT_TAG_TYPE_FRAMEBUFFER; in vbe_init()305 gfx_fb.framebuffer_common.framebuffer_type = in vbe_init()308 gfx_fb.framebuffer_common.framebuffer_bpp = 16; in vbe_init()309 gfx_fb.framebuffer_common.framebuffer_addr = in vbe_init()[all …]
190 devinit.width = gfx_fb.framebuffer_common.framebuffer_width; in plat_cons_update_mode()191 devinit.height = gfx_fb.framebuffer_common.framebuffer_height; in plat_cons_update_mode()192 devinit.depth = gfx_fb.framebuffer_common.framebuffer_bpp; in plat_cons_update_mode()193 devinit.linebytes = gfx_fb.framebuffer_common.framebuffer_pitch; in plat_cons_update_mode()218 devinit->width = gfx_fb.framebuffer_common.framebuffer_width; in vidc_vbe_devinit()219 devinit->height = gfx_fb.framebuffer_common.framebuffer_height; in vidc_vbe_devinit()220 devinit->depth = gfx_fb.framebuffer_common.framebuffer_bpp; in vidc_vbe_devinit()221 devinit->linebytes = gfx_fb.framebuffer_common.framebuffer_pitch; in vidc_vbe_devinit()988 gfx_fb.framebuffer_common.framebuffer_width, in vidc_devinfo()989 gfx_fb.framebuffer_common.framebuffer_height, in vidc_devinfo()[all …]
163 fb_addr = gfx_fb.framebuffer_common.framebuffer_addr; in i386_loadaddr()164 fb_size = gfx_fb.framebuffer_common.framebuffer_height * in i386_loadaddr()165 gfx_fb.framebuffer_common.framebuffer_pitch; in i386_loadaddr()
145 return ((uint8_t *)ptov(gfx_fb.framebuffer_common.framebuffer_addr)); in gfx_get_fb_address()342 if (gfx_fb.framebuffer_common.framebuffer_bpp < 24) in gfx_framework_init()498 gfx_fb.framebuffer_common.framebuffer_height) in gfxfb_blt_fill()501 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_fill()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()523 pitch = gfx_fb.framebuffer_common.framebuffer_pitch; in gfxfb_blt_fill()525 size = gfx_fb.framebuffer_common.framebuffer_height * pitch; in gfxfb_blt_fill()581 gfx_fb.framebuffer_common.framebuffer_height) in gfxfb_blt_video_to_buffer()584 if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_buffer()[all …]
783 if (gfx_fb.framebuffer_common.framebuffer_type == in mbi_size()1161 tag->framebuffer_common.mb_type = in multiboot2_exec()1163 tag->framebuffer_common.mb_size = sizeof (*tag); in multiboot2_exec()1168 if (gfx_fb.framebuffer_common.framebuffer_type == in multiboot2_exec()1182 tag->framebuffer_common.mb_type = in multiboot2_exec()1184 tag->framebuffer_common.mb_size = size; in multiboot2_exec()1186 if (gfx_fb.framebuffer_common.framebuffer_type == in multiboot2_exec()
259 devinit.width = gfx_fb.framebuffer_common.framebuffer_width; in plat_cons_update_mode()260 devinit.height = gfx_fb.framebuffer_common.framebuffer_height; in plat_cons_update_mode()261 devinit.depth = gfx_fb.framebuffer_common.framebuffer_bpp; in plat_cons_update_mode()262 devinit.linebytes = gfx_fb.framebuffer_common.framebuffer_pitch; in plat_cons_update_mode()278 data->width = gfx_fb.framebuffer_common.framebuffer_width; in efi_fb_devinit()279 data->height = gfx_fb.framebuffer_common.framebuffer_height; in efi_fb_devinit()280 data->depth = gfx_fb.framebuffer_common.framebuffer_bpp; in efi_fb_devinit()281 data->linebytes = gfx_fb.framebuffer_common.framebuffer_pitch; in efi_fb_devinit()465 gfx_fb.framebuffer_common.mb_type = MULTIBOOT_TAG_TYPE_FRAMEBUFFER; in efi_framebuffer_setup()466 gfx_fb.framebuffer_common.mb_size = sizeof (gfx_fb); in efi_framebuffer_setup()[all …]
167 fb_info.paddr = tag->framebuffer_common.framebuffer_addr; in xbi_fb_init()168 fb_info.pitch = tag->framebuffer_common.framebuffer_pitch; in xbi_fb_init()169 fb_info.depth = tag->framebuffer_common.framebuffer_bpp; in xbi_fb_init()171 fb_info.screen.x = tag->framebuffer_common.framebuffer_width; in xbi_fb_init()172 fb_info.screen.y = tag->framebuffer_common.framebuffer_height; in xbi_fb_init()184 switch (tag->framebuffer_common.framebuffer_type) { in xbi_fb_init()
300 struct multiboot_tag_framebuffer_common framebuffer_common; member
2171 start = fb_tagp->framebuffer_common.framebuffer_addr; in build_page_tables()2172 end = start + fb_tagp->framebuffer_common.framebuffer_height * in build_page_tables()2173 fb_tagp->framebuffer_common.framebuffer_pitch; in build_page_tables()