diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-11 18:00:40 +0200 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-11 18:00:40 +0200 |
commit | 7e5c29961ac2a9e9dbe5d6d2d73d11cd018d62b5 (patch) | |
tree | 89d7a86dac4e66779a21de94cafbd819040c93d4 /src/radeon.h | |
parent | ab5603edd8fc3ef0560bdfb6a6d9c6af2a49d1e5 (diff) |
RADEON: Fix RMX after the last commit
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/radeon.h b/src/radeon.h index 24d9878..e58747a 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -426,8 +426,9 @@ typedef struct { Bool R300CGWorkaround; /* EDID or BIOS values for FPs */ - /* int PanelXRes; + int PanelXRes; int PanelYRes; +#if 0 int HOverPlus; int HSyncWidth; int HBlank; @@ -436,7 +437,8 @@ typedef struct { int VBlank; int PanelPwrDly; int DotClock; - */ +#endif + // move these to crtc priv rec int RefDivider; int FeedbackDivider; int PostDivider; |