Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Oak Zeng and committed by
Himal Prasad Ghimiray
b824709e 22b1a53f

+1 -1
+1 -1
drivers/gpu/drm/xe/xe_vm_doc.h
··· 431 431 * bind path also acquires this lock in write while the exec / compute mode 432 432 * rebind worker acquires this lock in read mode. 433 433 * 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 435 435 * slots which is shared with any private BO in the VM. Expected to be acquired 436 436 * during VM binds, execs, and compute mode rebind worker. This lock is also 437 437 * held when private BOs are being evicted.