projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b1a53
)
drm/xe: Fix a typo in xe_vm_doc.h
author
Oak Zeng
<oak.zeng@intel.com>
Mon, 13 Jan 2025 21:23:24 +0000
(16:23 -0500)
committer
Himal 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_vm_doc.h
b/drivers/gpu/drm/xe/xe_vm_doc.h
index
0787869
..
1030ce2
100644
(file)
--- a/
drivers/gpu/drm/xe/xe_vm_doc.h
+++ b/
drivers/gpu/drm/xe/xe_vm_doc.h
@@
-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.