drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
authorMaciej Patelczyk <maciej.patelczyk@intel.com>
Fri, 30 May 2025 13:56:27 +0000 (15:56 +0200)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 5 Jun 2025 16:55:46 +0000 (18:55 +0200)
commit7c7c5cb5b5bf9d8ccc6a51b28687c9e7ff7f1890
tree4b337a4531ffce3b3fe6f320e1453042443ffaaa
parent2b0a0ce0c20bbedf83f78ba5926f6cae7470cd38
drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()

There is unmatched xe_vm_unlock() in the __xe_exec_queue_init().
Leftover from commit fbeaad071a98 ("drm/xe: Create LRC BO without VM")

Fixes: 2b0a0ce0c20b ("drm/xe: Create LRC BO without VM")
Signed-off-by: Maciej Patelczyk <maciej.patelczyk@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Link: https://lore.kernel.org/r/20250530135627.2821612-1-maciej.patelczyk@intel.com
(cherry picked from commit 28b996ce73982a44fa86736ca0e3684cb1ae8b24)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
drivers/gpu/drm/xe/xe_exec_queue.c