mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
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>
This commit is contained in:
parent
22b1a53f28
commit
b824709ee1
|
|
@ -431,7 +431,7 @@
|
|||
* 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user