From db3f88fe58df8eda2a23c910f632bc164d6ff973 Mon Sep 17 00:00:00 2001 From: Thomas Hellström Date: Wed, 18 Feb 2009 22:53:47 +0000 Subject: Add P4M890 fifo values. --- src/via_bandwidth.c | 4 ++++ 1 file changed, 4 insertions(+) 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); -- cgit v1.2.3