[Intel-gfx] [PATCH igt] gem_workarounds: intel_wa_registers is now prefixed with i915
Damien Lespiau
damien.lespiau at intel.com
Sat Aug 30 23:46:41 CEST 2014
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
tests/gem_workarounds.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gem_workarounds.c b/tests/gem_workarounds.c
index 6826562..32156d2 100644
--- a/tests/gem_workarounds.c
+++ b/tests/gem_workarounds.c
@@ -184,7 +184,7 @@ igt_main
devid = intel_get_drm_devid(drm_fd);
batch = intel_batchbuffer_alloc(bufmgr, devid);
- fd = igt_debugfs_open("intel_wa_registers", O_RDONLY);
+ fd = igt_debugfs_open("i915_wa_registers", O_RDONLY);
igt_assert(fd >= 0);
file = fdopen(fd, "r");
--
1.8.3.1
More information about the Intel-gfx
mailing list