[Intel-gfx] [PATCH 1/2] gem_workarounds: intel_wa_registers is now prefixed with i915

Arun Siluvery arun.siluvery at linux.intel.com
Mon Sep 1 15:29:46 CEST 2014


From: Damien Lespiau <damien.lespiau at intel.com>

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");
-- 
2.0.4




More information about the Intel-gfx mailing list