Signed-off-by: Ben Widawsky <[email protected]>
---
tools/intel_l3_parity.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/intel_l3_parity.c b/tools/intel_l3_parity.c
index 970dcd6..a3d268b 100644
--- a/tools/intel_l3_parity.c
+++ b/tools/intel_l3_parity.c
@@ -120,7 +120,7 @@ int main(int argc, char *argv[])
assert(ret != -1);
fd = open(path, O_RDWR);
- if (fd == -1 && IS_IVYBRIDGE(devid)) {
+ if (fd == -1 && intel_gen(devid) > 6) {
perror("Opening sysfs");
exit(EXIT_FAILURE);
} else if (fd == -1)
--
1.8.4
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx