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

#include <dp-core.h>

Collaboration diagram for video_info:
Collaboration graph

Data Fields

enum color_space color_space
 
enum dynamic_range dynamic_range
 
enum color_coefficient ycbcr_coeff
 
enum color_depth color_depth
 
enum link_rate link_rate
 
enum link_lane_count lane_count
 
char * name
 
unsigned int h_sync_polarity:1
 
unsigned int v_sync_polarity:1
 
unsigned int interlaced:1
 

Detailed Description

Definition at line 74 of file dp-core.h.

Field Documentation

◆ color_depth

enum color_depth video_info::color_depth

Definition at line 240 of file dp-core.h.

Referenced by exynos_dp_set_video_color_format(), and s5p_dp_config_video().

◆ color_space

enum color_space video_info::color_space

Definition at line 240 of file dp-core.h.

Referenced by exynos_dp_set_video_color_format(), and s5p_dp_config_video().

◆ dynamic_range

enum dynamic_range video_info::dynamic_range

Definition at line 240 of file dp-core.h.

Referenced by exynos_dp_set_video_color_format(), and s5p_dp_config_video().

◆ h_sync_polarity

unsigned int video_info::h_sync_polarity

Definition at line 85 of file dp-core.h.

Referenced by exynos_dp_config_video_slave_mode(), and s5p_dp_config_video_slave_mode().

◆ interlaced

unsigned int video_info::interlaced

Definition at line 87 of file dp-core.h.

Referenced by exynos_dp_config_video_slave_mode(), and s5p_dp_config_video_slave_mode().

◆ lane_count

enum link_lane_count video_info::lane_count

Definition at line 240 of file dp-core.h.

Referenced by dp_controller_init().

◆ link_rate

enum link_rate video_info::link_rate

Definition at line 240 of file dp-core.h.

Referenced by dp_controller_init().

◆ name

char* video_info::name

Definition at line 83 of file dp-core.h.

◆ v_sync_polarity

unsigned int video_info::v_sync_polarity

Definition at line 86 of file dp-core.h.

Referenced by exynos_dp_config_video_slave_mode(), and s5p_dp_config_video_slave_mode().

◆ ycbcr_coeff

enum color_coefficient video_info::ycbcr_coeff

Definition at line 240 of file dp-core.h.

Referenced by exynos_dp_set_video_color_format(), and s5p_dp_config_video().


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