From e2ee529bb96320da0968ae52d318883106f3fa55 Mon Sep 17 00:00:00 2001 From: Michał Winiarski Date: Wed, 18 Oct 2017 10:02:12 +0200 Subject: lib/i915: Move submission related helpers to lib/i915/gem_submission MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since I accidentally broke the build for some, by putting the pretty printer for submission inside ifdef HAVE_PROCPS, it's time to move the whole thing into lib/i915 while fixing this mistake. Let's also rename the pretty printer and add a doc to it as well as the section. Fixes: f6dfe556659f ("lib: Extract helpers for determining submission method") Signed-off-by: Michał Winiarski Cc: Arkadiusz Hiler Cc: Chris Wilson Reviewed-by: Chris Wilson --- tests/gem_exec_nop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gem_exec_nop.c') diff --git a/tests/gem_exec_nop.c b/tests/gem_exec_nop.c index 37cddd8c..ce3a8ef7 100644 --- a/tests/gem_exec_nop.c +++ b/tests/gem_exec_nop.c @@ -652,7 +652,7 @@ igt_main device = drm_open_driver(DRIVER_INTEL); igt_require_gem(device); - gem_show_submission_method(device); + gem_submission_print_method(device); gem_scheduler_print_capability(device); handle = gem_create(device, 4096); -- cgit v1.2.3