Skip to content

Commit b824709

Browse files
zengshanjunhghimira
authored andcommitted
drm/xe: Fix a typo in xe_vm_doc.h
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>
1 parent 22b1a53 commit b824709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xe/xe_vm_doc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
* bind path also acquires this lock in write while the exec / compute mode
432432
* rebind worker acquires this lock in read mode.
433433
*
434-
* VM dma-resv lock (vm->ttm.base.resv->lock) - WW lock. Protects VM dma-resv
434+
* VM dma-resv lock (vm->gpuvm.r_obj->resv->lock) - WW lock. Protects VM dma-resv
435435
* slots which is shared with any private BO in the VM. Expected to be acquired
436436
* during VM binds, execs, and compute mode rebind worker. This lock is also
437437
* held when private BOs are being evicted.

0 commit comments

Comments
 (0)