From 3d65ff780d6d7a1b354bd530942a194a97f73dca Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Mon, 12 Jan 2015 10:21:58 -0800 Subject: lib: s/IGT_DEBUG_INTERACTIVE/--interactive-debug=var Use cmdline variable for interactive debug instead of env var. v2: Make interactive-debug domain optional and use "all" when not set. Signed-off-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- lib/igt_aux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/igt_aux.h') diff --git a/lib/igt_aux.h b/lib/igt_aux.h index e1909a98..798a5b45 100644 --- a/lib/igt_aux.h +++ b/lib/igt_aux.h @@ -64,7 +64,7 @@ void igt_system_suspend_autoresume(void); /* dropping priviledges */ void igt_drop_root(void); -void igt_debug_wait_for_keypress(const char *key); +void igt_debug_wait_for_keypress(const char *var); enum igt_runtime_pm_status { IGT_RUNTIME_PM_STATUS_ACTIVE, -- cgit v1.2.3