coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gma.h File Reference
#include <stdint.h>
Include dependency graph for gma.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  i915_gpu_controller_info
 
struct  i915_gpu_panel_config
 

Macros

#define GMA_STATIC_DISPLAYS(ssc)
 
#define GMA_DEFAULT_PANEL(ssc)
 

Functions

void drivers_intel_gma_displays_ssdt_generate (const struct i915_gpu_controller_info *conf)
 

Macro Definition Documentation

◆ GMA_DEFAULT_PANEL

#define GMA_DEFAULT_PANEL (   ssc)
Value:
{ \
.use_spread_spectrum_clock = (ssc), \
.ndid = 1, .did = { 0x0400 } \
}
uint16_t did
Definition: tis.c:16

Definition at line 34 of file gma.h.

◆ GMA_STATIC_DISPLAYS

#define GMA_STATIC_DISPLAYS (   ssc)
Value:
{ \
.use_spread_spectrum_clock = (ssc), \
.ndid = 3, .did = { 0x0100, 0x0240, 0x0410, } \
}

Definition at line 28 of file gma.h.

Function Documentation

◆ drivers_intel_gma_displays_ssdt_generate()