From 018f8c3c457d1609b18867a48a512e3639979dc9 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 22 Mar 2014 22:42:35 +0100 Subject: lib: s/drmtest_dumb_aub/igt_aub_dump_enabled/ This is prep work to extract a new igt aux library with all kinds of random stuff. Also give it a bit a more suitable name to indicate that this is just a flag and doesn't do the aub dumping itself. Signed-off-by: Daniel Vetter --- lib/drmtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/drmtest.c') diff --git a/lib/drmtest.c b/lib/drmtest.c index 3c72ac8d..9fcd221b 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -329,7 +329,7 @@ bool igt_env_set(const char *env_var, bool default_value) return atoi(val) != 0; } -bool drmtest_dump_aub(void) +bool igt_aub_dump_enabled(void) { static int dump_aub = -1; -- cgit v1.2.3