Merge tag 'drm-msm-fixes-2025-08-26' of https://gitlab.freedesktop.org/drm/msm into...
authorDave Airlie <airlied@redhat.com>
Thu, 28 Aug 2025 23:05:16 +0000 (09:05 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 28 Aug 2025 23:05:18 +0000 (09:05 +1000)
Fixes for v6.17-rc4

Core/GPU:
- fix comment doc warning in gpuvm
- fix build with KMS disabled
- fix pgtable setup/teardown race
- global fault counter fix
- various error path fixes
- GPU devcoredump snapshot fixes
- handle in-place VM_BIND remaps to solve turnip vm update race
- skip re-emitting IBs for unusable VMs
- Don't use %pK through printk
- moved display snapshot init earlier, fixing a crash

DPU:
- Fixed crash in virtual plane checking code
- Fixed mode comparison in virtual plane checking code

DSI:
- Adjusted width of resulution-related registers
- Fixed locking issue on 14nm PLLs

UBWC (per Bjorn's ack)
- Added UBWC configuration for several missing platforms (fixing
  regression)

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <rob.clark@oss.qualcomm.com>
Link: https://lore.kernel.org/r/CACSVV02+u1VW1dzuz6JWwVEfpgTj6Y-JXMH+vX43KsKTVsW+Yg@mail.gmail.com
1  2 
drivers/gpu/drm/drm_gpuvm.c
drivers/gpu/drm/msm/msm_gem.c

index 60b672d3fd8353a3d1d4ad7c9a9a8c2bf0e1a749,f62005ff9b2eeff9befade65527ed81701da6cc3..db9b089ef62c85a9ac1490a964716073a4e1da0d
@@@ -2430,10 -2430,8 +2430,10 @@@ 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;
   *
Simple merge