diff options
author | Dave Airlie <airlied@starflyer-ubuntu.(none)> | 2006-09-18 06:35:50 +1000 |
---|---|---|
committer | Dave Airlie <airlied@starflyer-ubuntu.(none)> | 2006-09-18 06:35:50 +1000 |
commit | 11fb9a14741746c752b0001c1b1d39a54e69657a (patch) | |
tree | c579eec06a2cad9bdf3f2dd67a898db113f9f57f /src/radeon.h | |
parent | a15ac59c4d1a15380910be2a7438111b09161c81 (diff) |
radeon: add tv dac adj lookup
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index f711d65f..247cc6f9 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -809,6 +809,8 @@ typedef struct { int MaxSurfaceWidth; int MaxLines; + CARD32 tv_dac_adj; + } RADEONInfoRec, *RADEONInfoPtr; #define RADEONWaitForFifo(pScrn, entries) \ |