From 5a0acfd16097ebeeacfcbdc28d942e22da0d2abc Mon Sep 17 00:00:00 2001 From: Niranjana Vishwanathapura Date: Fri, 1 Jul 2022 16:05:45 -0700 Subject: tests/i915/vm_bind: Add basic VM_BIND test support Add basic tests for VM_BIND functionality. Bind the buffer objects in device page table with VM_BIND calls and have GPU copy the data from a source buffer object to destination buffer object. Test for different buffer sizes, buffer object placement and with multiple contexts. Signed-off-by: Niranjana Vishwanathapura --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index 56abc7e0..8543cce9 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -250,6 +250,7 @@ i915_progs = [ 'sysfs_preempt_timeout', 'sysfs_timeslice_duration', 'i915_vm_bind_sanity', + 'i915_vm_bind_basic', ] msm_progs = [ -- cgit v1.2.3