PatchworkOS
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>

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_buffer_init()

EFI_STATUS gop_buffer_init ( boot_gop_t buffer)

◆ 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.

References gop, info, and UINT64_MAX.

Referenced by gop_buffer_init().