summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2007-07-24 13:05:01 +0000
committerXavier Bachelot <xavier@bachelot.org>2007-07-24 13:05:01 +0000
commitc2305caa716bc53e5ace4888b368f6ca8134ab4b (patch)
treee2fc626ed2ff8e0875b5c03546610dafcdb0c789 /src
parentc0b7c9b1641327d9a96c789690941bae5b511fae (diff)
fix interpolation with width > 800 on VM800 (bug #126) (Timothy Lee)
Diffstat (limited to 'src')
-rw-r--r--src/via_swov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/via_swov.c b/src/via_swov.c
index 4106c026dbb1..5e2ceb01e797 100644
--- a/src/via_swov.c
+++ b/src/via_swov.c
@@ -1930,7 +1930,7 @@ Upd_Video(ScrnInfoPtr pScrn, unsigned long videoFlag,
if (srcWidth >= 800 &&
(pVia->ChipId == PCI_CHIP_VT3327 || pVia->ChipId == PCI_CHIP_VT3336 ||
pVia->ChipId == PCI_CHIP_VT3324 || pVia->ChipId == PCI_CHIP_VT3364 ||
- pVia->ChipId == PCI_CHIP_VT3205)) {
+ pVia->ChipId == PCI_CHIP_VT3205 || pVia->ChipId == PCI_CHIP_VT3314)) {
miniCtl &= ~V1_Y_INTERPOLY;
}
tmp |= zoomCtl & 0x0000ffff;