coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
libgfxinit.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  GMA_PORT_DISABLED , GMA_PORT_LVDS , GMA_PORT_EDP , GMA_PORT_DP1 ,
  GMA_PORT_DP2 , GMA_PORT_DP3 , GMA_PORT_HDMI1 , GMA_PORT_HDMI2 ,
  GMA_PORT_HDMI3 , GMA_PORT_ANALOG
}
 

Functions

void gma_gfxinit (int *lightup_ok)
 
int gma_read_edid (unsigned char edid[], int port)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
GMA_PORT_DISABLED 
GMA_PORT_LVDS 
GMA_PORT_EDP 
GMA_PORT_DP1 
GMA_PORT_DP2 
GMA_PORT_DP3 
GMA_PORT_HDMI1 
GMA_PORT_HDMI2 
GMA_PORT_HDMI3 
GMA_PORT_ANALOG 

Definition at line 6 of file libgfxinit.h.

Function Documentation

◆ gma_gfxinit()

void gma_gfxinit ( int *  lightup_ok)

Referenced by gma_func0_init(), gma_init(), and igd_init().

Here is the caller graph for this function:

◆ gma_read_edid()

int gma_read_edid ( unsigned char  edid[],
int  port 
)