drm/xe: Fix exec queue usage for unbinds
authorMatthew Brost <matthew.brost@intel.com>
Fri, 29 Sep 2023 20:02:54 +0000 (13:02 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:42:08 +0000 (11:42 -0500)
commit9a674bef6cf0ad2e7653381cacda9fbc9c1ea67e
tree8f13d2865faba47dc92a74f69ee718270816b73a
parent328e089bfb376a9817a260542fbea0fe9e0975ac
drm/xe: Fix exec queue usage for unbinds

Passing in a NULL exec queue to __xe_pt_unbind_vma results in the
migrate exec queue being used. This is not the intent from the VM bind
IOCTL, rather a NULL exec queue should use default VM exec queue.

Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_vm.c