Searched refs:framebuffer (Results 1 - 16 of 16) sorted by relevance

/fuchsia/zircon/kernel/include/dev/
H A Ddisplay.h18 int display_init(void *framebuffer);
32 void *framebuffer; member in struct:display_info
/fuchsia/zircon/system/ulib/framebuffer/
H A Drules.mk8 MODULE_NAME := framebuffer
15 $(LOCAL_DIR)/framebuffer.c
/fuchsia/zircon/system/uapp/gfxfractal/
H A Drules.mk17 system/ulib/framebuffer \
H A Dmain.c19 #include <lib/framebuffer/framebuffer.h>
25 printf("failed to open framebuffer: %d (%s)\n", status, err);
/fuchsia/zircon/system/uapp/gfxtest/
H A Dmain.c17 #include <lib/framebuffer/framebuffer.h>
23 printf("failed to open framebuffer: %d (%s)\n", status, err);
H A Drules.mk17 system/ulib/framebuffer \
/fuchsia/zircon/system/uapp/hidtouch/
H A Drules.mk16 system/ulib/framebuffer \
H A Dmain.c22 #include <lib/framebuffer/framebuffer.h>
468 printf("failed to open framebuffer: %d (%s)\n", status, err);
/fuchsia/zircon/system/dev/display/simple/
H A Dsimple-display.cpp151 printf("%s: failed to id framebuffer: %d\n", name, status);
171 uintptr_t framebuffer, uint64_t framebuffer_size,
175 framebuffer_(framebuffer), framebuffer_size_(framebuffer_size),
203 void* framebuffer; local
206 // map framebuffer window
208 &framebuffer, &framebuffer_size, &framebuffer_handle);
216 dev, framebuffer_handle, (uintptr_t) framebuffer,
170 SimpleDisplay(zx_device_t* parent, zx_handle_t vmo, uintptr_t framebuffer, uint64_t framebuffer_size, uint32_t width, uint32_t height, uint32_t stride, zx_pixel_format_t format) argument
H A Dsimple-display.h25 uintptr_t framebuffer, uint64_t framebuffer_size,
/fuchsia/zircon/kernel/dev/udisplay/
H A Dudisplay.cpp88 g_udisplay.info.framebuffer = g_udisplay.framebuffer_virt;
/fuchsia/zircon/bootloader/
H A Dbuild.mk44 $(LOCAL_DIR)/src/framebuffer.c \
/fuchsia/zircon/bootloader/src/
H A Dframebuffer.c5 #include <framebuffer.h>
57 printf("invalid framebuffer mode: %u\n", mode);
105 printf("Could not find framebuffer mode %ux%u; using default mode = %ux%u\n",
H A Dosboot.c18 #include <framebuffer.h>
167 printf("Choose a framebuffer mode or press (b) to return to the menu\n");
195 printf(" (f) list framebuffer modes\n");
/fuchsia/zircon/kernel/lib/gfx/
H A Dgfx.cpp615 r = gfx_init_surface(surface, info->framebuffer, info->width, info->height, info->stride, info->format, flags);
740 printf("\tframebuffer %p\n", info.framebuffer);
/fuchsia/zircon/kernel/platform/pc/
H A Dplatform.cpp269 info.framebuffer = (void*)X86_PHYS_TO_VIRT(bootloader.fb.base);
274 /* Ensure the framebuffer is write-combining as soon as we have the VMM.
275 * Some system firmware has the MTRRs for the framebuffer set to Uncached.
308 info.framebuffer = addr;
536 // Append information about the framebuffer to the bootdata
542 printf("mexec: Failed to append framebuffer data to bootdata. "
780 /* if the bootloader has framebuffer info, use it for early console */

Completed in 161 milliseconds