mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 14:23:03 +00:00
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:
@@ -188,7 +188,6 @@ int drm_get_card(int master)
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (is_intel(fd) && master == 0) {
|
if (is_intel(fd) && master == 0) {
|
||||||
gem_quiescent_gpu(fd);
|
|
||||||
close(fd);
|
close(fd);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user