[Intel-gfx] [PATCH igt 10/10] igt/gem_eio: i915.reset is no longer a boolean
Chris Wilson
chris at chris-wilson.co.uk
Fri Jul 28 12:08:08 UTC 2017
Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
---
tests/gem_eio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gem_eio.c b/tests/gem_eio.c
index 3c826626..15120842 100644
--- a/tests/gem_eio.c
+++ b/tests/gem_eio.c
@@ -53,7 +53,7 @@ static bool i915_reset_control(bool enable)
fd = open(path, O_RDWR);
igt_require(fd >= 0);
- ret = write(fd, &"NY"[enable], 1) == 1;
+ ret = write(fd, &"01"[enable], 1) == 1;
close(fd);
return ret;
--
2.13.3
More information about the Intel-gfx
mailing list