summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2006-02-22 14:36:43 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2006-02-22 14:36:43 +0000
commitf73f86f2449f919792df8625746dbfdab49b6886 (patch)
tree4acb6534d326a094bf1fdc1a03c95621b1a7155d
parenta2490dabe8fb3b74ba320f38556280917f254465 (diff)
Don't depend on BIOS to enable the TV-out controller of Unichrome Pros
(openChrome Chgset 107)
-rw-r--r--ChangeLog6
-rw-r--r--src/via_vt162x.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e8a55d6..70f14f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-02-22 Thomas Hellstrom <thomas-at-tungstengraphics.com>
+ * src/via_vt162x.c: (VT1622ModeCrtc):
+ Don't depend on BIOS to enable the TV-out controller of
+ Unichrome Pros (openChrome Chgset 107)
+
+2006-02-22 Thomas Hellstrom <thomas-at-tungstengraphics.com>
+
* src/via_dri.c: (VIADRIKernelInit), (VIADRIMapInit):
* src/via_driver.h:
Add a proper framebuffer map for DRI. (openChrome Chgset 144)
diff --git a/src/via_vt162x.c b/src/via_vt162x.c
index 5505c11..6e4d302 100644
--- a/src/via_vt162x.c
+++ b/src/via_vt162x.c
@@ -607,7 +607,7 @@ VT1622ModeCrtc(ScrnInfoPtr pScrn, DisplayModePtr mode)
pBIOSInfo->ClockExternal = TRUE;
ViaCrtcMask(hwp, 0x6A, 0x40, 0x40);
ViaCrtcMask(hwp, 0x6C, 0x01, 0x01);
- ViaSeqMask(hwp, 0x1E, 0xC0, 0xC0); /* Enable DI0/DVP0 */
+ ViaSeqMask(hwp, 0x1E, 0xF0, 0xF0); /* Enable DI0/DVP0 */
}
/*