summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gpuvm.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2025-09-19 10:27:57 +1000
committerDave Airlie <airlied@redhat.com>2025-09-19 10:28:52 +1000
commitf5a9c2b49ffd5e859a812aeb0792f87d561ba555 (patch)
tree9c53fc7c0419d8e33d5215dd7347df2aa98f2436 /drivers/gpu/drm/drm_gpuvm.c
parent5349f295341aa61e117771bc4384fbdb3598fe11 (diff)
parent288dac9fb6084330d968459c750c838fd06e10e6 (diff)
Merge tag 'drm-misc-fixes-2025-09-18' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
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
Diffstat (limited to 'drivers/gpu/drm/drm_gpuvm.c')
-rw-r--r--drivers/gpu/drm/drm_gpuvm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_gpuvm.c b/drivers/gpu/drm/drm_gpuvm.c
index db9b089ef62c..86853535fb7b 100644
--- a/drivers/gpu/drm/drm_gpuvm.c
+++ b/drivers/gpu/drm/drm_gpuvm.c
@@ -2432,8 +2432,6 @@ static const struct drm_gpuvm_ops lock_ops = {
*
* The expected usage is::
*
- * .. code-block:: c
- *
* vm_bind {
* struct drm_exec exec;
*