Signed-off-by: Damien Lespiau <[email protected]>
---
 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

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to