mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 10:26:12 +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;
|
continue;
|
||||||
|
|
||||||
if (is_intel(fd) && master == 0) {
|
if (is_intel(fd) && master == 0) {
|
||||||
gem_quiescent_gpu(fd);
|
|
||||||
close(fd);
|
close(fd);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user