diff options
author | Eric Anholt <eric@anholt.net> | 2008-06-05 14:37:59 -0700 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-06-12 13:52:56 +0800 |
commit | e520316dd5f7bfdffadfa19b3046ba40ca367219 (patch) | |
tree | 9ebc9675adda5e858811ab7a935d68f757e5b5ca | |
parent | 34ce546153ce9dd0571ce0a5cec7a481641fbbdd (diff) |
Remove SVG_WORK_CONTROL init.
The bit set is now reserved -- used to be a workaround for early revisions.
(cherry picked from commit ad459b21b7de4a79552ac155803d5930432fb84b)
-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 33c49e3a..cff1fe82 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -3126,13 +3126,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; |