Searched refs:framebuffer (Results 1 – 4 of 4) sorted by relevance
18 int display_init(void *framebuffer);32 void *framebuffer; member
89 g_udisplay.info.framebuffer = g_udisplay.framebuffer_virt; in udisplay_bind_gfxconsole()
249 info.framebuffer = (void*)X86_PHYS_TO_VIRT(bootloader.fb.base); in platform_early_display_init()288 info.framebuffer = addr; in platform_ensure_display_memtype()
615 …r = gfx_init_surface(surface, info->framebuffer, info->width, info->height, info->stride, info->fo… in gfx_init_surface_from_display()740 printf("\tframebuffer %p\n", info.framebuffer); in cmd_gfx()
Completed in 21 milliseconds