drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queue
authorMatthew Brost <matthew.brost@intel.com>
Wed, 20 Sep 2023 19:29:29 +0000 (15:29 -0400)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:43:13 +0000 (11:43 -0500)
commitabce4e4b0742f0a0773213144601ea7e18389228
tree2e47daa99ceb91b665be80a5a92240913c533c45
parente05c6c9774630702143bf4d35f2a753e61a57622
drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queue

Much better name and aligns with xe_vm_add_compute_exec_queue. As part
of the rename, move the implementation from xe_exec_queue.c to xe_vm.c.

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