mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +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;
|
||||
|
||||
if (is_intel(fd) && master == 0) {
|
||||
gem_quiescent_gpu(fd);
|
||||
close(fd);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user