[PATCH i-g-t] tests/core_hotunplug: Disable GPU reset

Janusz Krzysztofik janusz.krzysztofik at linux.intel.com
Thu Sep 24 08:40:04 UTC 2020


Try to run the test with GPU reset disabled.

Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
---
Trybot only submission, not intended for upstream.

 tests/core_hotunplug.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/core_hotunplug.c b/tests/core_hotunplug.c
index 67e67627f..85feeb3ec 100644
--- a/tests/core_hotunplug.c
+++ b/tests/core_hotunplug.c
@@ -494,6 +494,8 @@ igt_main
 
 			gem_quiescent_gpu(fd_drm);
 			igt_require_gem(fd_drm);
+			igt_require(igt_params_save_and_set(fd_drm, "reset",
+							    "%d", 0));
 
 			/**
 			 * FIXME: Unbinding the i915 driver on some Haswell
-- 
2.21.1



More information about the Intel-gfx-trybot mailing list