mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +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:
parent
b8e384a4d5
commit
5f94468f52
@ -188,7 +188,6 @@ int drm_get_card(int master)
|
||||
continue;
|
||||
|
||||
if (is_intel(fd) && master == 0) {
|
||||
gem_quiescent_gpu(fd);
|
||||
close(fd);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user