summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-10-09 19:27:41 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-10-09 19:27:41 +0200
commit5f94468f520ba790215a352a3f824b9580e268a7 (patch)
treea55cf72b66b057ce9c7a8b3876c21c57b2d5386b /lib
parentb8e384a4d5b9910f655dc532636978d0c0e24054 (diff)
lib: remove auto-quiescenting of the gpu
In retrospective, this is an ugly idea. Any tests that needs this can call it themselves.
Diffstat (limited to 'lib')
-rw-r--r--lib/drmtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index da3c5047..a699d072 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -188,7 +188,6 @@ int drm_get_card(int master)
continue;
if (is_intel(fd) && master == 0) {
- gem_quiescent_gpu(fd);
close(fd);
break;
}