lib: remove auto-quiescenting of the gpu
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 9 Oct 2012 17:27:41 +0000 (19:27 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 9 Oct 2012 17:27:41 +0000 (19:27 +0200)
In retrospective, this is an ugly idea. Any tests that needs this
can call it themselves.

lib/drmtest.c

index da3c504..a699d07 100644 (file)
@@ -188,7 +188,6 @@ int drm_get_card(int master)
                        continue;
 
                if (is_intel(fd) && master == 0) {
-                       gem_quiescent_gpu(fd);
                        close(fd);
                        break;
                }