diff options
author | Eric Anholt <eric@anholt.net> | 2008-06-05 13:39:08 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-06-05 13:39:08 -0700 |
commit | adb4f5a5e826e584ab212d23fc8d474c3e7bb8e8 (patch) | |
tree | 0330b53e852c58ab4f0ced959b0b0c7e9028be6f | |
parent | c2e2fe48113667c683c6e1e9b1237635c41c61c3 (diff) |
Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT().
-rw-r--r-- | src/i830_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index 34c83c10..ba0b8a78 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -3400,9 +3400,6 @@ I830EnterVT(int scrnIndex, int flags) } i830DescribeOutputConfiguration(pScrn); - i830_stop_ring(pScrn, TRUE); - SetHWOperatingState(pScrn); - #ifdef XF86DRI if (pI830->directRenderingEnabled) { /* HW status is fixed, we need to set it up before any drm |