diff options
author | Alex Deucher <alex@botch2.(none)> | 2008-01-19 18:49:53 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2008-01-19 18:49:53 -0500 |
commit | a43003b24022a833e604f41b2873c0350b34181c (patch) | |
tree | 051124fc3c01d8eb0ff030fe8d4d4df3a26883c0 /src/radeon_probe.h | |
parent | d4596c52ac9994be26e9ec2d7d57b3892c34abdb (diff) |
RADEON: get dac2 adj values from the bios tables
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 17c0f1b1..dd75d2c4 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -206,7 +206,9 @@ typedef struct _RADEONOutputPrivateRec { int crtc_num; int DDCReg; I2CBusPtr pI2CBus; - CARD32 tv_dac_adj; + CARD32 ps2_tvdac_adj; + CARD32 pal_tvdac_adj; + CARD32 ntsc_tvdac_adj; /* panel stuff */ int PanelXRes; int PanelYRes; |