1. 28 Oct, 2022 4 commits
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2022-10-28' of git://anongit.freedesktop.org/drm/drm · e3493d68
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Regularly scheduled fixes for drm, live from a Red Hat office for the
        first time in a while.
      
        The core has two fixes, one for scheduler leak and one for aperture
        uninit read.
      
        Otherwise a single bridge fix, and msm, amdgpu/kfd and i915 have a set
        of fixes each.
      
        sched:
         - Stop leaking fences when killing a sched entity.
      
        aperture:
         - Avoid uninitialized read in aperture_remove_conflicting_pci_device()
      
        bridge:
         - Fix HPD on bridge/ps8640.
      
        msm:
         - Fix shrinker deadlock
         - Fix crash during suspend after unbind
         - Fix IRQ lifetime issues
         - Fix potential memory corruption with too many bridges
         - Fix memory corruption on GPU state capture
      
        amdgpu:
         - Stable pstate fix
         - SMU 13.x updates
         - SR-IOV fixes
         - PCI AER fix
         - GC 11.x fixes
         - Display fixes
         - Expose IMU firmware version for debugging
         - Plane modifier fix
         - S0i3 fix
      
        amdkfd:
         - Fix possible memory leak
         - Fix GC 10.x cache info reporting
      
        i915:
         - Extend Wa_1607297627 to Alderlake-P
         - Keep PCI autosuspend control 'on' by default on all dGPU
         - Reset frl trained flag before restarting FRL training"
      
      * tag 'drm-fixes-2022-10-28' of git://anongit.freedesktop.org/drm/drm: (39 commits)
        fbdev/core: Avoid uninitialized read in aperture_remove_conflicting_pci_device()
        drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume
        drm/scheduler: fix fence ref counting
        drm/amd/display: Revert logic for plane modifiers
        drm/amdkfd: correct the cache info for gfx1036
        drm/amdkfd: update gfx1037 Lx cache setting
        drm/amdgpu: skip mes self test for gc 11.0.3 in recover
        drm/amd: Add IMU fw version to fw version queries
        drm/amd/display: Don't return false if no stream
        drm/amd/display: Remove wrong pipe control lock
        drm/amd/pm: allow gfxoff on gc_11_0_3
        drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()
        drm/amdgpu: Remove ATC L2 access for MMHUB 2.1.x
        drm/i915/dp: Reset frl trained flag before restarting FRL training
        drm/i915/dgfx: Keep PCI autosuspend control 'on' by default on all dGPU
        drm/i915: Extend Wa_1607297627 to Alderlake-P
        drm/amdgpu: Adjust MES polling timeout for sriov
        drm/amd/pm: update driver-if header for smu_v13_0_10
        drm/amdgpu: fix pstate setting issue
        drm/bridge: ps8640: Add back the 50 ms mystery delay after HPD
        ...
      e3493d68
    • Linus Torvalds's avatar
      Merge tag 'v6.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 · 05c31d25
      Linus Torvalds authored
      Pull crypto fix from Herbert Xu:
       "Fix an alignment crash in x86/polyval"
      
      * tag 'v6.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
        crypto: x86/polyval - Fix crashes when keys are not 16-byte aligned
      05c31d25
    • Dave Airlie's avatar
      Merge tag 'drm-misc-fixes-2022-10-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes · b2196401
      Dave Airlie authored
      drm-misc-fixes for v6.1-rc3:
      - Fix HPD on bridge/ps8640.
      - Stop leaking fences when killing a sched entity.
      - Avoid uninitialized read in aperture_remove_conflicting_pci_device()
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/ed24cbd2-2bcb-d2c2-46ed-9d8ea9615879@linux.intel.com
      b2196401
    • Dave Airlie's avatar
      Merge tag 'drm-intel-fixes-2022-10-27-1' of... · 9520b1d0
      Dave Airlie authored
      Merge tag 'drm-intel-fixes-2022-10-27-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      
      - Extend Wa_1607297627 to Alderlake-P (José Roberto de Souza)
      - Keep PCI autosuspend control 'on' by default on all dGPU (Anshuman Gupta)
      - Reset frl trained flag before restarting FRL training (Ankit Nautiyal)
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/Y1o+teE2Z11pT1MN@tursulin-desk
      9520b1d0
  2. 27 Oct, 2022 36 commits