projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5349f29
288dac9
)
Merge tag 'drm-misc-fixes-2025-09-18' of https://gitlab.freedesktop.org/drm/misc...
author
Dave Airlie
<airlied@redhat.com>
Fri, 19 Sep 2025 00:27:57 +0000
(10:27 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 19 Sep 2025 00:28:52 +0000
(10:28 +1000)
One fix for a documentation warning, a null pointer dereference fix for
anx7625, and a mutex unlock fix for cdns-mhdp8546
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@redhat.com>
Link:
https://lore.kernel.org/r/20250918-orthodox-pretty-puma-1ddeea@houat
1
2
drivers/gpu/drm/drm_gpuvm.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
drivers/gpu/drm/drm_gpuvm.c
index
db9b089
,
8b8a3ca
..
8685353
---
1
/
drivers/gpu/drm/drm_gpuvm.c
---
2
/
drivers/gpu/drm/drm_gpuvm.c
+++ b/
drivers/gpu/drm/drm_gpuvm.c
@@@
-2430,10
-2430,8
+2430,8
@@@
static const struct drm_gpuvm_ops lock_
* remapped, and locks+prepares (drm_exec_prepare_object()) objects that
* will be newly mapped.
*
- * The expected usage is:
+ * The expected usage is:
:
*
- * .. code-block:: c
- *
* vm_bind {
* struct drm_exec exec;
*