coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fsp_framebuffer Struct Reference
Collaboration diagram for fsp_framebuffer:
Collaboration graph

Data Fields

struct pixel red
 
struct pixel green
 
struct pixel blue
 
struct pixel rsvd
 

Detailed Description

Definition at line 41 of file graphics.c.

Field Documentation

◆ blue

struct pixel fsp_framebuffer::blue

Definition at line 38 of file graphics.c.

Referenced by fsp_report_framebuffer_info().

◆ green

struct pixel fsp_framebuffer::green

Definition at line 38 of file graphics.c.

Referenced by fsp_report_framebuffer_info().

◆ red

struct pixel fsp_framebuffer::red

Definition at line 38 of file graphics.c.

Referenced by fsp_report_framebuffer_info().

◆ rsvd

struct pixel fsp_framebuffer::rsvd

Definition at line 38 of file graphics.c.

Referenced by fsp_report_framebuffer_info().


The documentation for this struct was generated from the following file: