diff options
author | Eric Anholt <eric@anholt.net> | 2008-06-05 14:37:59 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-06-05 14:37:59 -0700 |
commit | ad459b21b7de4a79552ac155803d5930432fb84b (patch) | |
tree | 09c7d1c24829a5b17e93227c085722f0e9cb3367 | |
parent | e41dc98a0aeec389b221038753056c725ecee1c5 (diff) |
Remove SVG_WORK_CONTROL init.
The bit set is now reserved -- used to be a workaround for early revisions.
-rw-r--r-- | src/i830_driver.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index 48a64f3f..03bfe7e0 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -3176,13 +3176,6 @@ I830ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) if (serverGeneration == 1) xf86ShowUnusedOptions(pScrn->scrnIndex, pScrn->options); - if (IS_I965G(pI830)) { - /* Enable DAP stateless accesses. - * Required for all i965 steppings. - */ - OUTREG(SVG_WORK_CTL, 0x00000010); - } - pI830->starting = FALSE; pI830->closing = FALSE; pI830->suspended = FALSE; |