diff options
Diffstat (limited to 'src/i830_driver.c')
-rw-r--r-- | src/i830_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index d3b539ac..6fed32d9 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -3587,7 +3587,7 @@ I830LeaveVT(int scrnIndex, int flags) i830_unbind_all_memory(pScrn); #ifdef XF86DRI - if (pI830->memory_manager) { + if (pI830->memory_manager && !pI830->use_drm_mode) { int ret; /* Tell the kernel to evict all buffer objects and block GTT usage while @@ -3630,7 +3630,7 @@ I830EnterVT(int scrnIndex, int flags) pI830->leaving = FALSE; #ifdef XF86DRI - if (pI830->memory_manager) { + if (pI830->memory_manager && !pI830->use_drm_mode) { int ret; /* Tell the kernel that we're back in control and ready for GTT |