From 131ad520cb44c7dafacc6ef327d9fa6cda9067ab Mon Sep 17 00:00:00 2001 From: Michał Winiarski Date: Mon, 16 Oct 2017 11:05:16 +0200 Subject: lib/i915: Move context related helpers to lib/i915/gem_context MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We'd like to make ioctl_wrappers a bit thinner, and we plan to add new helpers in the following patch. Let's move context related helpers before adding more content. Signed-off-by: Michał Winiarski Cc: Arkadiusz Hiler Cc: Chris Wilson Cc: Katarzyna Dec Cc: Petri Latvala Reviewed-by: Chris Wilson Reviewed-by: Katarzyna Dec Acked-by: Arkadiusz Hiler --- 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 22811743..f0125a6d 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -2,6 +2,7 @@ lib_headers = [ 'debug.h', 'drmtest.h', 'i830_reg.h', + 'i915/gem_context.h', 'i915/gem_scheduler.h', 'i915_3d.h', 'i915_reg.h', @@ -49,6 +50,7 @@ lib_headers = [ lib_sources = [ 'drmtest.c', + 'i915/gem_context.c', 'i915/gem_scheduler.c', 'igt_debugfs.c', 'igt_aux.c', -- cgit v1.2.3