Searched refs:gfx_fb (Results 1 – 10 of 10) 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()558 gfx_fb.u.fb2.framebuffer_red_field_position = 16; in vidc_vbe_cons_put_cmap()559 gfx_fb.u.fb2.framebuffer_green_field_position = 8; in vidc_vbe_cons_put_cmap()[all …]
44 extern multiboot_tag_framebuffer_t gfx_fb;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()
96 SRCS += $(COMMON)/gfx_fb.c $(PNGLITE)/pnglite.c97 OBJS += gfx_fb.o pnglite.o101 gfx_fb.o := CPPFLAGS += $(DEFAULT_CONSOLE_COLOR) -I$(LZ4)
107 multiboot_tag_framebuffer_t gfx_fb; variable145 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()512 ((1 << gfx_fb.u.fb2.framebuffer_red_mask_size) - 1)) << in gfxfb_blt_fill()513 gfx_fb.u.fb2.framebuffer_red_field_position; in gfxfb_blt_fill()515 ((1 << gfx_fb.u.fb2.framebuffer_green_mask_size) - 1)) << in gfxfb_blt_fill()516 gfx_fb.u.fb2.framebuffer_green_field_position; in gfxfb_blt_fill()[all …]
753 extern multiboot_tag_framebuffer_t gfx_fb; in mbi_size()783 if (gfx_fb.framebuffer_common.framebuffer_type == in mbi_size()1156 extern multiboot_tag_framebuffer_t gfx_fb; in multiboot2_exec()1160 memcpy(tag, &gfx_fb, sizeof (*tag)); in multiboot2_exec()1168 if (gfx_fb.framebuffer_common.framebuffer_type == in multiboot2_exec()1171 nc = gfx_fb.u.fb1.framebuffer_palette_num_colors; in multiboot2_exec()1176 size = sizeof (gfx_fb); in multiboot2_exec()1180 memcpy(tag, &gfx_fb, sizeof (*tag)); in multiboot2_exec()1186 if (gfx_fb.framebuffer_common.framebuffer_type == in multiboot2_exec()1188 gfx_fb.u.fb1.framebuffer_palette_num_colors = CMAP_SIZE; in multiboot2_exec()
136 extern multiboot_tag_framebuffer_t gfx_fb;
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 …]
35 gfx_fb.o \50 gfx_fb.o := CPPFLAGS += $(DEFAULT_CONSOLE_COLOR) -I$(LZ4)52 gfx_fb.o pnglite.o efi_console.o := CPPFLAGS += -I$(PNGLITE)
26 loader_emu.o gfx_fb.o pnglite.o lz4.o