|
PatchworkOS
|
#include "gop.h"#include "mem.h"#include <boot/boot_info.h>#include <kernel/mem/paging_types.h>#include <stddef.h>#include <stdint.h>#include <sys/proc.h>Go to the source code of this file.
Functions | |
| static void | gop_select_mode (EFI_GRAPHICS_OUTPUT_PROTOCOL *gop, int64_t width, int64_t height) |
| EFI_STATUS | gop_buffer_init (boot_gop_t *buffer) |
| EFI_STATUS gop_buffer_init | ( | boot_gop_t * | buffer | ) |
Definition at line 34 of file gop.c.
References buffer, gop, GOP_HEIGHT, gop_select_mode(), GOP_WIDTH, boot_gop_t::height, PML_LOWER_TO_HIGHER, boot_gop_t::stride, and boot_gop_t::width.
Referenced by boot_info_populate().
|
static |
Definition at line 10 of file gop.c.
References gop, info, and UINT64_MAX.
Referenced by gop_buffer_init().