From: Dave Airlie Date: Fri, 19 Sep 2025 00:27:57 +0000 (+1000) Subject: Merge tag 'drm-misc-fixes-2025-09-18' of https://gitlab.freedesktop.org/drm/misc... X-Git-Tag: v6.17-rc7~16^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5a9c2b49ffd5e859a812aeb0792f87d561ba555;p=thirdparty%2Flinux.git 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 From: Maxime Ripard Link: https://lore.kernel.org/r/20250918-orthodox-pretty-puma-1ddeea@houat --- f5a9c2b49ffd5e859a812aeb0792f87d561ba555 diff --cc drivers/gpu/drm/drm_gpuvm.c index db9b089ef62c8,8b8a3ca8d7fc1..86853535fb7bd --- a/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; *