summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMatthew Brost <matthew.brost@intel.com>2023-09-14 18:20:59 -0700
committerFrancois Dugast <francois.dugast@intel.com>2023-10-17 10:14:53 +0200
commitd5ac0843015e3a8f17e23613d64c54eb93cfe7f5 (patch)
tree1d448585dff9fcd4508deb08b00ebaaa3f2c5804 /benchmarks
parenta90f4c8639380005b0cc45262ca0516698231b34 (diff)
xe: Update to new VM bind uAPI
Sync vs. async changes and new error handling. Signed-off-by: Matthew Brost <matthew.brost@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Francois Dugast <francois.dugast@intel.com> [Rodrigo and Francois rebased and fixed conflicts]
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/gem_wsim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/gem_wsim.c b/benchmarks/gem_wsim.c
index ed64061d7..28b809520 100644
--- a/benchmarks/gem_wsim.c
+++ b/benchmarks/gem_wsim.c
@@ -2024,7 +2024,7 @@ static void xe_vm_create_(struct xe_vm *vm)
uint32_t flags = 0;
if (vm->compute_mode)
- flags |= DRM_XE_VM_CREATE_ASYNC_BIND_OPS |
+ flags |= DRM_XE_VM_CREATE_ASYNC_DEFAULT |
DRM_XE_VM_CREATE_COMPUTE_MODE;
vm->id = xe_vm_create(fd, flags, 0);