]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge tag 'drm-misc-fixes-2025-09-18' of https://gitlab.freedesktop.org/drm/misc...
authorDave Airlie <airlied@redhat.com>
Fri, 19 Sep 2025 00:27:57 +0000 (10:27 +1000)
committerDave 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

index db9b089ef62c85a9ac1490a964716073a4e1da0d,8b8a3ca8d7fc1d9e63534c437e54b99ca7a59878..86853535fb7bd799f4982eb6ae8cdce45b78fc1c
@@@ -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;
   *