drm/xe: Always use xe_vm_queue_rebind_worker helper
authorMatthew Brost <matthew.brost@intel.com>
Wed, 26 Jul 2023 16:33:48 +0000 (09:33 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:37:55 +0000 (11:37 -0500)
commit342206b7cc064b8b004474c0baab2c67ced646d0
tree51bcfccf8d5338f1d4178eda46d13d24b7483563
parentc8dc15464880d725a18593bdfe6651bd235574c3
drm/xe: Always use xe_vm_queue_rebind_worker helper

Do not queue the rebind worker directly, rather use the helper
xe_vm_queue_rebind_worker. This ensures we use the correct work queue.

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