summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2012-04-08 19:45:09 -0400
committerJames Simmons <jsimmons@infradead.org>2012-04-08 19:45:09 -0400
commit63c834dff1bc35a681918b0da83459223d26e36f (patch)
tree777a5f45f253642f088ddf7bc69637cec65705b9
parent64aff7323304457a6874c375c4aa98f9de17af3c (diff)
Hardware cursor does work now
-rw-r--r--src/via_driver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/via_driver.c b/src/via_driver.c
index d3132fb..c71d8f8 100644
--- a/src/via_driver.c
+++ b/src/via_driver.c
@@ -683,15 +683,11 @@ VIASetupDefaultOptions(ScrnInfoPtr pScrn)
case VIA_CLE266:
pVia->UseLegacyModeSwitch = TRUE;
pBIOSInfo->TVDIPort = VIA_DI_PORT_DVP0;
- /* FIXME Mono HW Cursors not working */
- pVia->drmmode.hwcursor = FALSE;
break;
case VIA_KM400:
/* IRQ is not broken on KM400A, but testing (pVia->ChipRev < 0x80)
* is not enough to make sure we have an older, broken KM400. */
pVia->DRIIrqEnable = FALSE;
- /* FIXME Mono HW Cursors not working */
- pVia->drmmode.hwcursor = FALSE;
pBIOSInfo->TVDIPort = VIA_DI_PORT_DVP0;
break;
case VIA_K8M800: