drm/xe: Use xe_bo_lock()/xe_bo_unlock() helpers
authorHimal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Wed, 24 Apr 2024 04:39:10 +0000 (10:09 +0530)
committerMatthew Brost <matthew.brost@intel.com>
Fri, 26 Apr 2024 03:38:35 +0000 (20:38 -0700)
commitc79828e0c7795cccc92abcd24107aa478168628c
treec47c96ced557cf65221ccb77cb505f27dc719be6
parenta1adb3d250925ddccd5270106d39aa09493d6edf
drm/xe: Use xe_bo_lock()/xe_bo_unlock() helpers

There is no change in functionality. Using the helper function
defined within the driver for locking/unlocking the reservation
object.

Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Suggested-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240424043910.2190376-3-himal.prasad.ghimiray@intel.com
drivers/gpu/drm/xe/xe_lrc.c
drivers/gpu/drm/xe/xe_vm.c