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

#include <anx7625.h>

Collaboration diagram for display_timing:
Collaboration graph

Data Fields

unsigned int pixelclock
 
unsigned int hactive
 
unsigned int hfront_porch
 
unsigned int hback_porch
 
unsigned int hsync_len
 
unsigned int vactive
 
unsigned int vfront_porch
 
unsigned int vback_porch
 
unsigned int vsync_len
 
unsigned int k_val
 

Detailed Description

Definition at line 343 of file anx7625.h.

Field Documentation

◆ hactive

unsigned int display_timing::hactive

Definition at line 345 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().

◆ hback_porch

unsigned int display_timing::hback_porch

Definition at line 347 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().

◆ hfront_porch

unsigned int display_timing::hfront_porch

Definition at line 346 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().

◆ hsync_len

unsigned int display_timing::hsync_len

Definition at line 348 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().

◆ k_val

unsigned int display_timing::k_val

Definition at line 353 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().

◆ pixelclock

unsigned int display_timing::pixelclock

Definition at line 344 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().

◆ vactive

unsigned int display_timing::vactive

Definition at line 349 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().

◆ vback_porch

unsigned int display_timing::vback_porch

Definition at line 351 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().

◆ vfront_porch

unsigned int display_timing::vfront_porch

Definition at line 350 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().

◆ vsync_len

unsigned int display_timing::vsync_len

Definition at line 352 of file anx7625.h.

Referenced by anx7625_dsi_video_config(), and anx7625_parse_edid().


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