drm/xe: Fix a typo in xe_vm_doc.h
authorOak Zeng <oak.zeng@intel.com>
Mon, 13 Jan 2025 21:23:24 +0000 (16:23 -0500)
committerHimal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Thu, 16 Jan 2025 18:31:58 +0000 (00:01 +0530)
s/vm->ttm.base.resv->lock/vm->gpuvm.r_obj->resv->lock

Signed-off-by: Oak Zeng <oak.zeng@intel.com>
Reviewed-by: Maciej Patelczyk <maciej.patelczyk@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250113212324.3264218-1-oak.zeng@intel.com
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
drivers/gpu/drm/xe/xe_vm_doc.h

index 0787869584036b7301f6a9236c6c2109129303ad..1030ce214032c695a6065b766d31b2aa04f012df 100644 (file)
  * bind path also acquires this lock in write while the exec / compute mode
  * rebind worker acquires this lock in read mode.
  *
- * VM dma-resv lock (vm->ttm.base.resv->lock) - WW lock. Protects VM dma-resv
+ * VM dma-resv lock (vm->gpuvm.r_obj->resv->lock) - WW lock. Protects VM dma-resv
  * slots which is shared with any private BO in the VM. Expected to be acquired
  * during VM binds, execs, and compute mode rebind worker. This lock is also
  * held when private BOs are being evicted.