From f264521e654ae1469a6be7ffa459e1e76eaa2daa Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 14 Mar 2019 12:43:43 +0000 Subject: i915: Add gem_vm_create Exercise basic creation and swapping between new address spaces. v2: Check isolation that the same vm_id on different fd are indeed different VM. v3: Cross-over check with CREATE_EXT_SETPARAM Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin Reviewed-by: Tvrtko Ursulin --- lib/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index ae1a9120..54cb6aa4 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -1,11 +1,12 @@ lib_sources = [ 'drmtest.c', 'i915/gem_context.c', + 'i915/gem_engine_topology.c', 'i915/gem_scheduler.c', 'i915/gem_submission.c', 'i915/gem_ring.c', 'i915/gem_mman.c', - 'i915/gem_engine_topology.c', + 'i915/gem_vm.c', 'igt_color_encoding.c', 'igt_debugfs.c', 'igt_device.c', -- cgit v1.2.3