summaryrefslogtreecommitdiff
path: root/tests/i915/i915_vm_bind_basic.c
AgeCommit message (Collapse)Author
2022-07-09tests/i915/vm_bind: Add userptr subtestvm-bindNiranjana Vishwanathapura
Add userptr object type to vm_bind_basic test. Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
2022-07-09tests/i915/vm_bind: Add basic VM_BIND test supportNiranjana Vishwanathapura
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 <niranjana.vishwanathapura@intel.com>