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 --- lib/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index f0125a6d..b31c68e4 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -4,6 +4,7 @@ lib_headers = [ 'i830_reg.h', 'i915/gem_context.h', 'i915/gem_scheduler.h', + 'i915/gem_submission.h', 'i915_3d.h', 'i915_reg.h', 'i915_pciids.h', @@ -52,6 +53,7 @@ lib_sources = [ 'drmtest.c', 'i915/gem_context.c', 'i915/gem_scheduler.c', + 'i915/gem_submission.c', 'igt_debugfs.c', 'igt_aux.c', 'igt_gt.c', -- cgit v1.2.3