diff options
-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 |