[Intel-gfx] [PATCH i-g-t] i915/pm_rpm: Check for functional GEM before use
Chris Wilson
chris at chris-wilson.co.uk
Sun Jan 27 13:13:53 UTC 2019
Check the GPU (using GEM) is up an operational before submitting
commands.
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
tests/pm_rpm.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c
index 7dcb5586d..be296f525 100644
--- a/tests/pm_rpm.c
+++ b/tests/pm_rpm.c
@@ -1220,6 +1220,8 @@ static void gem_execbuf_subtest(void)
int sq_x = 5, sq_y = 10, sq_w = 15, sq_h = 20;
uint32_t color;
+ igt_require_gem(drm_fd);
+
/* Create and set data while the device is active. */
enable_one_screen_and_wait(&ms_data);
@@ -1308,6 +1310,8 @@ static void gem_execbuf_stress_subtest(int rounds, int wait_flags)
struct drm_i915_gem_execbuffer2 execbuf = {};
struct drm_i915_gem_exec_object2 objs[1] = {{}};
+ igt_require_gem(drm_fd);
+
if (wait_flags & WAIT_PC8_RES)
igt_require(has_pc8);
--
2.20.1
More information about the Intel-gfx
mailing list