PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
gop.c File Reference
#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>
Include dependency graph for gop.c:

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)
 

Function Documentation

◆ gop_select_mode()

static void gop_select_mode ( EFI_GRAPHICS_OUTPUT_PROTOCOL *  gop,
int64_t  width,
int64_t  height 
)
static

Definition at line 10 of file gop.c.

Here is the caller graph for this function:

◆ gop_buffer_init()

EFI_STATUS gop_buffer_init ( boot_gop_t buffer)

Definition at line 34 of file gop.c.

Here is the call graph for this function:
Here is the caller graph for this function: