From 5f94468f520ba790215a352a3f824b9580e268a7 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 9 Oct 2012 19:27:41 +0200 Subject: [PATCH] lib: remove auto-quiescenting of the gpu In retrospective, this is an ugly idea. Any tests that needs this can call it themselves. --- lib/drmtest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index da3c504..a699d07 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; } -- 2.7.4