lib: remove auto-quiescenting of the gpu

In retrospective, this is an ugly idea. Any tests that needs this
can call it themselves.
This commit is contained in:
Daniel Vetter 2012-10-09 19:27:41 +02:00
parent b8e384a4d5
commit 5f94468f52

View 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;
}