Commit 5f2b6c5f6b69 for kernel

commit 5f2b6c5f6b692c696a232d12c43b8e41c0d393b9
Merge: 0fa5248255a1 b8de9b21e849
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jun 19 23:18:59 2025 -0700

    Merge tag 'drm-fixes-2025-06-20' of https://gitlab.freedesktop.org/drm/kernel

    Pull drm fixes from Dave Airlie:
     "Bit of an uptick in fixes for rc3, msm and amdgpu leading the way,
      with i915/xe/nouveau with a few each and then some scattered misc
      bits, nothing looks too crazy:

      msm:
       - Display:
          - Fixed DP output on SDM845
          - Fixed 10nm DSI PLL init
       - GPU:
          - SUBMIT ioctl error path leak fixes
          - drm half of stall-on-fault fixes
          - a7xx: Missing CP_RESET_CONTEXT_STATE
          - Skip GPU component bind if GPU is not in the device table

      i915:
       - Fix MIPI vtotal programming off by one on Broxton
       - Fix PMU code for GCOV and AutoFDO enabled build

      xe:
       - A workaround update
       - Fix memset on iomem
       - Fix early wedge on GuC Load failure

      amdgpu:
       - DP tunneling fix
       - LTTPR fix
       - DSC fix
       - DML2.x ABGR16161616 fix
       - RMCM fix
       - Backlight fixes
       - GFX11 kicker support
       - SDMA reset fixes
       - VCN 5.0.1 fix
       - Reset fix
       - Misc small fixes

      amdkfd:
       - SDMA reset fix
       - Fix race in GWS scheduling

      nouveau:
       - update docs reference
       - fix backlight name buffer size
       - fix UAF in r535 gsp rpc msg
       - fix undefined shift

      mgag200:
       - drop export header

      ast:
       - drop export header

      malidp:
       - drop informational error

      ssd130x:
       - fix clear columns

      etnaviv:
       - scheduler locking fix

      v3d:
       - null pointer crash fix"

    * tag 'drm-fixes-2025-06-20' of https://gitlab.freedesktop.org/drm/kernel: (50 commits)
      drm/xe: Fix early wedge on GuC load failure
      drm/xe: Fix memset on iomem
      drm/xe/bmg: Update Wa_16023588340
      drm/amdgpu/sdma5.2: init engine reset mutex
      drm/amdkfd: Fix race in GWS queue scheduling
      drm/amdgpu/sdma5: init engine reset mutex
      drm/amdgpu: switch job hw_fence to amdgpu_fence
      drm/amdgpu: Fix SDMA UTC_L1 handling during start/stop sequences
      drm/amdgpu: Release reset locks during failures
      drm/amd/display: Check dce_hwseq before dereferencing it
      drm/amdgpu: VCN v5_0_1 to prevent FW checking RB during DPG pause
      drm/amdgpu: Use logical instance ID for SDMA v4_4_2 queue operations
      drm/amdgpu: Fix SDMA engine reset with logical instance ID
      drm/amdgpu: add kicker fws loading for gfx11/smu13/psp13
      drm/amdgpu: Add kicker device detection
      drm/amd/display: Export full brightness range to userspace
      drm/amd/display: Only read ACPI backlight caps once
      drm/amd/display: Fix RMCM programming seq errors
      drm/amd/display: Fix mpv playback corruption on weston
      drm/amd/display: Add more checks for DSC / HUBP ONO guarantees
      ...