summaryrefslogtreecommitdiff
path: root/src/atipreinit.c
diff options
context:
space:
mode:
authorDeron Johnson <Deron.Johnson(-at-)Sun.COM>2005-02-17 22:44:40 +0000
committerDeron Johnson <Deron.Johnson(-at-)Sun.COM>2005-02-17 22:44:40 +0000
commitfa8d999af835b871f0ab7a53a832d3b506fabd3b (patch)
treeab50e88535be145965f42b6b143103bce999af80 /src/atipreinit.c
parent7f32d90e8f9d60b33db87e0a533bcd32d5377779 (diff)
Diffstat (limited to 'src/atipreinit.c')
-rw-r--r--src/atipreinit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atipreinit.c b/src/atipreinit.c
index ebe54ad..df11246 100644
--- a/src/atipreinit.c
+++ b/src/atipreinit.c
@@ -1918,11 +1918,11 @@ ATIPreInit
VBlankEnd += 0x0100U;
pATI->LCDHBlankWidth = HBlankEnd - HBlankStart;
- pATI->LCDHSyncStart = HSyncStart - HBlankStart - 1;
+ pATI->LCDHSyncStart = HSyncStart - HBlankStart;
pATI->LCDHSyncWidth = HSyncEnd - HSyncStart;
pATI->LCDVBlankWidth = VBlankEnd - VBlankStart;
- pATI->LCDVSyncStart = VSyncStart - VBlankStart - 1;
+ pATI->LCDVSyncStart = VSyncStart - VBlankStart;
pATI->LCDVSyncWidth = VSyncEnd - VSyncStart;
HDisplay = HTotal + 5 - pATI->LCDHBlankWidth;