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

#include <dptx.h>

Collaboration diagram for mtk_dp:
Collaboration graph

Data Fields

int id
 
struct edidedid
 
u8 rx_cap [16]
 
struct dptx_info info
 
int state
 
int state_pre
 
struct dptx_training_info train_info
 
int training_state
 
u8 irq_status
 
u32 min_clock
 
u32 max_clock
 
u32 max_hdisplay
 
u32 max_vdisplay
 
voidregs
 
int disp_status
 
bool power_on
 
bool audio_enable
 
bool video_enable
 
bool dp_ready
 
bool has_dsc
 
bool has_fec
 
bool dsc_enable
 
bool enabled
 
bool powered
 

Detailed Description

Definition at line 48 of file dptx.h.

Field Documentation

◆ audio_enable

bool mtk_dp::audio_enable

Definition at line 65 of file dptx.h.

◆ disp_status

int mtk_dp::disp_status

Definition at line 63 of file dptx.h.

◆ dp_ready

bool mtk_dp::dp_ready

Definition at line 67 of file dptx.h.

Referenced by dptx_init_variable().

◆ dsc_enable

bool mtk_dp::dsc_enable

Definition at line 70 of file dptx.h.

Referenced by dptx_init_variable().

◆ edid

◆ enabled

bool mtk_dp::enabled

Definition at line 71 of file dptx.h.

◆ has_dsc

bool mtk_dp::has_dsc

Definition at line 68 of file dptx.h.

Referenced by dptx_init_variable().

◆ has_fec

bool mtk_dp::has_fec

Definition at line 69 of file dptx.h.

Referenced by dptx_fec_ready(), and dptx_init_variable().

◆ id

int mtk_dp::id

Definition at line 49 of file dptx.h.

◆ info

struct dptx_info mtk_dp::info

Definition at line 51 of file dptx.h.

Referenced by dptx_hal_get_colorbpp(), dptx_init_variable(), dptx_set_misc(), and dptx_video_config().

◆ irq_status

u8 mtk_dp::irq_status

Definition at line 57 of file dptx.h.

◆ max_clock

u32 mtk_dp::max_clock

Definition at line 59 of file dptx.h.

◆ max_hdisplay

u32 mtk_dp::max_hdisplay

Definition at line 60 of file dptx.h.

◆ max_vdisplay

u32 mtk_dp::max_vdisplay

Definition at line 61 of file dptx.h.

◆ min_clock

u32 mtk_dp::min_clock

Definition at line 58 of file dptx.h.

◆ power_on

bool mtk_dp::power_on

Definition at line 64 of file dptx.h.

Referenced by dptx_init_variable().

◆ powered

bool mtk_dp::powered

Definition at line 72 of file dptx.h.

◆ regs

void* mtk_dp::regs

Definition at line 62 of file dptx.h.

Referenced by dptx_hal_videomute(), dptx_init_variable(), mtk_dp_mask(), mtk_dp_read(), and mtk_dp_write().

◆ rx_cap

u8 mtk_dp::rx_cap[16]

◆ state

int mtk_dp::state

Definition at line 53 of file dptx.h.

◆ state_pre

int mtk_dp::state_pre

Definition at line 54 of file dptx.h.

◆ train_info

◆ training_state

int mtk_dp::training_state

Definition at line 56 of file dptx.h.

Referenced by dptx_init_variable().

◆ video_enable

bool mtk_dp::video_enable

Definition at line 66 of file dptx.h.

Referenced by dptx_init_variable().


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