summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellström <thomas@shipmail.org>2009-02-18 22:53:47 +0000
committerThomas Hellström <thomas@shipmail.org>2009-02-18 22:53:47 +0000
commitdb3f88fe58df8eda2a23c910f632bc164d6ff973 (patch)
tree0c7437ddebf71fddd0b5abdb21c26e077a64ece9
parent1682e4e288b8e44df836658e861067d545098ff3 (diff)
Add P4M890 fifo values.
-rw-r--r--src/via_bandwidth.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/via_bandwidth.c b/src/via_bandwidth.c
index 35bbb01..af8056b 100644
--- a/src/via_bandwidth.c
+++ b/src/via_bandwidth.c
@@ -227,6 +227,10 @@ ViaSetPrimaryFIFO(ScrnInfoPtr pScrn, DisplayModePtr mode)
ViaSeqMask(hwp, 0x18, 0x00, 0x80);
break;
case VIA_P4M890:
+ hwp->writeSeq(hwp, 0x16, 0x13);
+ hwp->writeSeq(hwp, 0x17, 0x2F);
+ hwp->writeSeq(hwp, 0x18, 0x53);
+ hwp->writeSeq(hwp, 0x22, 0x10);
break;
case VIA_CX700:
hwp->writeSeq(hwp, 0x16, 0x26);