[Intel-gfx] [PATCH i-g-t] pm_rpm: Update the debugfs filename

Damien Lespiau damien.lespiau at intel.com
Thu Jun 4 10:32:06 PDT 2015


Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 tests/pm_rpm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c
index a1f4013..2a83a75 100644
--- a/tests/pm_rpm.c
+++ b/tests/pm_rpm.c
@@ -669,9 +669,9 @@ static void setup_pc8(void)
 	if (!supports_pc8_plus_residencies())
 		return;
 
-	pc8_status_fd = igt_debugfs_open("i915_pc8_status", O_RDONLY);
+	pc8_status_fd = igt_debugfs_open("i915_runtime_pm_status", O_RDONLY);
 	igt_assert_f(pc8_status_fd >= 0,
-		     "Can't open /sys/kernel/debug/dri/0/i915_pc8_status");
+		     "Can't open /sys/kernel/debug/dri/0/i915_runtime_pm_status");
 
 	has_pc8 = true;
 }
-- 
2.1.0



More information about the Intel-gfx mailing list