coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
edp_disp_info Struct Reference

#include <dp.h>

Collaboration diagram for edp_disp_info:
Collaboration graph

Data Fields

char * name
 
unsigned int h_total
 
unsigned int h_res
 
unsigned int h_sync_width
 
unsigned int h_back_porch
 
unsigned int h_front_porch
 
unsigned int v_total
 
unsigned int v_res
 
unsigned int v_sync_width
 
unsigned int v_back_porch
 
unsigned int v_front_porch
 
unsigned int v_sync_rate
 

Detailed Description

Definition at line 1184 of file dp.h.

Field Documentation

◆ h_back_porch

unsigned int edp_disp_info::h_back_porch

Definition at line 1189 of file dp.h.

◆ h_front_porch

unsigned int edp_disp_info::h_front_porch

Definition at line 1190 of file dp.h.

◆ h_res

unsigned int edp_disp_info::h_res

Definition at line 1187 of file dp.h.

◆ h_sync_width

unsigned int edp_disp_info::h_sync_width

Definition at line 1188 of file dp.h.

◆ h_total

unsigned int edp_disp_info::h_total

Definition at line 1186 of file dp.h.

Referenced by mainboard_init().

◆ name

char* edp_disp_info::name

Definition at line 1185 of file dp.h.

Referenced by mainboard_init().

◆ v_back_porch

unsigned int edp_disp_info::v_back_porch

Definition at line 1194 of file dp.h.

◆ v_front_porch

unsigned int edp_disp_info::v_front_porch

Definition at line 1195 of file dp.h.

◆ v_res

unsigned int edp_disp_info::v_res

Definition at line 1192 of file dp.h.

◆ v_sync_rate

unsigned int edp_disp_info::v_sync_rate

Definition at line 1196 of file dp.h.

◆ v_sync_width

unsigned int edp_disp_info::v_sync_width

Definition at line 1193 of file dp.h.

◆ v_total

unsigned int edp_disp_info::v_total

Definition at line 1191 of file dp.h.

Referenced by mainboard_init().


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