Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v6.8-rc5
    b401b621 · Linux 6.8-rc5 ·
    Linux 6.8-rc5
    
  • drm-fixes-2024-02-16
    drm fixes for 6.8-rc5
    
    crtc:
    - fix uninit variable
    
    prime:
    - support > 4GB page arrays
    
    buddy:
    - fix error handling in allocations
    
    i915:
    - fix blankscreen on JSL chromebooks
    - stable fix to limit DP sst link rates
    
    xe:
    - Fix an out-of-bounds shift.
    - Fix the display code thinking xe uses shmem
    - Fix a warning about index out-of-bound
    - Fix a clang-16 compilation warning
    
    amdgpu:
    - PSR fixes
    - Suspend/resume fixes
    - Link training fix
    - Aspect ratio fix
    - DCN 3.5 fixes
    - VCN 4.x fix
    - GFX 11 fix
    - Misc display fixes
    - Misc small fixes
    
    amdkfd:
    - Cache size reporting fix
    - SIMD distribution fix
    
    msm:
    - GPU:
    - dmabuf vmap fix
    - a610 UBWC corruption fix (incorrect hbb)
    - revert a commit that was making GPU recovery unreliable
     - tlb invalidation fix
    
    ivpu:
    - suspend/resume fix
    
    nouveau:
    - fix scheduler cleanup path
    - fix pointless scheduler creation
    - fix kvalloc argument order
    
    rockchip:
    - vop2 locking fix
    
  • amd-drm-fixes-6.8-2024-02-15-2
    amd-drm-fixes-6.8-2024-02-15-2:
    
    amdgpu:
    - PSR fixes
    - Suspend/resume fixes
    - Link training fix
    - Aspect ratio fix
    - DCN 3.5 fixes
    - VCN 4.x fix
    - GFX 11 fix
    - Misc display fixes
    - Misc small fixes
    
    amdkfd:
    - Cache size reporting fix
    - SIMD distribution fix
    
  • amd-drm-fixes-6.8-2024-02-15
    amd-drm-fixes-6.8-2024-02-15:
    
    amdgpu:
    - Add some better debugging support for PSR and panel power saving features
    - ABM fix
    - PSR fixes
    - Suspend/resume fixes
    - Link training fix
    - Aspect ratio fix
    - DCN 3.5 fixes
    - VCN 4.x fix
    - GFX 11 fix
    - Misc display fixes
    - Misc small fixes
    
    amdkfd:
    - Cache size reporting fix
    - SIMD distribution fix
    
  • v6.8-rc4
    841c3516 · Linux 6.8-rc4 ·
    Linux 6.8-rc4
    
  • amd-drm-next-6.9-2024-02-09
    amd-drm-next-6.9-2024-02-09:
    
    amdgpu:
    - Validate DMABuf imports in compute VMs
    - Add RAS ACA framework
    - PSP 13 fixes
    - Misc code cleanups
    - Replay fixes
    - Atom interpretor PS, WS bounds checking
    - DML2 fixes
    - Audio fixes
    - DCN 3.5 Z state fixes
    - Remove deprecated ida_simple usage
    - UBSAN fixes
    - RAS fixes
    - Enable seq64 infrastructure
    - DC color block enablement
    - Documentation updates
    - DC documentation updates
    - DMCUB updates
    - S3 fixes
    - VCN 4.0.5 fixes
    - DP MST fixes
    - SR-IOV fixes
    
    amdkfd:
    - Validate DMABuf imports in compute VMs
    - SVM fixes
    - Trap handler updates
    
    radeon:
    - Atom interpretor PS, WS bounds checking
    - Misc code cleanups
    
    UAPI:
    - Bump KFD version so UMDs know that the fixes that enable the management of
      VA mappings in compute VMs using the GEM_VA ioctl for DMABufs exported from KFD are present
    - Add INFO query for input power.  This matches the existing INFO query for average
      power.  Used in gaming HUDs, etc.
      Example userspace: https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs/tree/input_power
    
  • drm-fixes-2024-02-09
    drm fixes for 6.8-rc4
    
    i915:
    - gvt: docs fix, uninit var, MAINTAINERS
    
    ivpu:
    - add aborted job status
    - disable d3 hot delay
    - mmu fixes
    
    nouveau:
    - fix gsp rpc size request
    - fix dma buffer leaks
    - use common code for gsp mem ctor
    
    xe:
    - Fix a loop in an error path
    - Fix a missing dma-fence reference
    - Fix a retry path on userptr REMAP
    - Workaround for a false gcc warning
    - Fix missing map of the usm batch buffer
      in the migrate vm.
    - Fix a memory leak.
    - Fix a bad assumption of used page size
    - Fix hitting a BUG() due to zero pages to map.
    - Remove some leftover async bind queue relics
    
    amdgpu:
    - Misc NULL/bounds check fixes
    - ODM pipe policy fix
    - Aborted suspend fixes
    - JPEG 4.0.5 fix
    - DCN 3.5 fixes
    - PSP fix
    - DP MST fix
    - Phantom pipe fix
    - VRAM vendor fix
    - Clang fix
    - SR-IOV fix
    
    msm:
    - DPU:
    - fix for kernel doc warnings and smatch warnings in dpu_encoder
    - fix for smatch warning in dpu_encoder
    - fix the bus bandwidth value for SDM670
    - DP:
    - fixes to handle unknown bpc case correctly for DP
    - fix for MISC0 programming
    - GPU:
    - dmabuf vmap fix
    - a610 UBWC corruption fix (incorrect hbb)
    - revert a commit that was making GPU recovery unreliable
    
  • amd-drm-fixes-6.8-2024-02-08
    amd-drm-fixes-6.8-2024-02-08:
    
    amdgpu:
    - Misc NULL/bounds check fixes
    - ODM pipe policy fix
    - Aborted suspend fixes
    - JPEG 4.0.5 fix
    - DCN 3.5 fixes
    - PSP fix
    - DP MST fix
    - Phantom pipe fix
    - VRAM vendor fix
    - Clang fix
    - SR-IOV fix
    
  • v6.8-rc3
    54be6c6c · Linux 6.8-rc3 ·
    Linux 6.8-rc3
    
  • drm-fixes-2024-02-03
    drm fixes for 6.8-rc3
    
    dma-buf:
    - heaps CMA page accounting fix
    
    virtio-gpu:
    - fix segment size
    
    xe:
    - A crash fix
    - A fix for an assert due to missing mem_acces ref
    - Only allow a single user-fence per exec / bind.
    - Some sparse warning fixes
    - Two fixes for compilation failures on various odd
      combinations of gcc / arch pointed out on LKML.
    - Fix a fragile partial allocation pointed out on LKML.
    - A sysfs ABI documentation warning fix
    
    amdgpu:
    - Fix reboot issue seen on some 7000 series dGPUs
    - Fix client init order for KFD
    - Misc display fixes
    - USB-C fix
    - DCN 3.5 fixes
    - Fix issues with GPU scheduler and GPU reset
    - GPU firmware loading fix
    - Misc fixes
    - GC 11.5 fix
    - VCN 4.0.5 fix
    - IH overflow fix
    
    amdkfd:
    - SVM fixes
    - Trap handler fix
    - Fix device permission lookup
    - Properly reserve BO before validating it
    
    nouveau:
    - fence/irq lock deadlock fix (second attempt)
    - gsp command size fix
    
  • amd-drm-fixes-6.8-2024-02-01
    amd-drm-fixes-6.8-2024-02-01:
    
    amdgpu:
    - Fix reboot issue seen on some 7000 series dGPUs
    - Fix client init order for KFD
    - Misc display fixes
    - USB-C fix
    - DCN 3.5 fixes
    - Fix issues with GPU scheduler and GPU reset
    - GPU firmware loading fix
    - Misc fixes
    - GC 11.5 fix
    - VCN 4.0.5 fix
    - IH overflow fix
    
    amdkfd:
    - SVM fixes
    - Trap handler fix
    - Fix device permission lookup
    - Properly reserve BO before validating it
    
  • v6.8-rc2
    41bccc98 · Linux 6.8-rc2 ·
    Linux 6.8-rc2
    
  • drm-fixes-2024-01-27
    drm fixes for 6.8-rc2
    
    fb:
    - fix simpledrm/i915 regression by reverting change
    
    scheduler:
    - fix regression affecting amdgpu users due to sched draining
    
    nouveau:
    - revert 6.7 deadlock fix as it has side effects
    
    dp:
    - fix documentation warning
    
    ttm:
    - fix dummy page read on some platforms
    
    bridge:
    - anx7625 suspend fix
    - sii902x: fix probing and audio registration
    - parade-ps8640: fix suspend of bridge, aux fixes
    - samsung-dsim: avoid using FORCE_STOP_STATE
    
    panel:
    - simple add missing bus flags
    - fix samsung-s6d7aa0 flags
    
    amdgpu:
    - AC/DC power supply tracking fix
    - Don't show invalid vram vendor data
    - SMU 13.0.x fixes
    - GART fix for umr on systems without VRAM
    - GFX 10/11 UNORD_DISPATCH fixes
    - IPS display fixes (required for S0ix on some platforms)
    - Misc fixes
    
    i915:
    - DSI sequence revert to fix GitLab #10071 and DP test-pattern fix
    - Drop -Wstringop-overflow (broken on GCC11)
    
    ivpu:
    - fix recovery/reset support
    - improve submit ioctl stability
    - fix dev open/close races on unbind
    - PLL disable reset fix
    - deprecate context priority param
    - improve debug buffer logging
    - disable buffer sharing across VPU contexts
    - free buffer sgt on unbind
    - fix missing lock around shmem vmap
    - add better boot diagnostics
    - add more debug prints around mapping
    - dump MMU events in case of timeout
    
    v3d:
    - NULL ptr dereference fix
    
    exynos:
    - fix stack usage
    - fix incorrect type
    - fix dt typo
    - fix gsc runtime resume
    
    xe:
    - Make an ops struct static
    - Fix an implicit 0 to NULL conversion
    - A couple of 32-bit fixes
    - A migration coherency fix for Lunar Lake.
    - An error path vm id leak fix
    - Remove PVC references in kunit tests
    
  • drm-fixes-2024-01-27-1
    drm fixes for 6.8-rc2
    
    fb:
    - fix simpledrm/i915 regression by reverting change
    
    scheduler:
    - fix regression affecting amdgpu users due to sched draining
    
    nouveau:
    - revert 6.7 deadlock fix as it has side effects
    
    dp:
    - fix documentation warning
    
    ttm:
    - fix dummy page read on some platforms
    
    bridge:
    - anx7625 suspend fix
    - sii902x: fix probing and audio registration
    - parade-ps8640: fix suspend of bridge, aux fixes
    - samsung-dsim: avoid using FORCE_STOP_STATE
    
    panel:
    - simple add missing bus flags
    - fix samsung-s6d7aa0 flags
    
    amdgpu:
    - AC/DC power supply tracking fix
    - Don't show invalid vram vendor data
    - SMU 13.0.x fixes
    - GART fix for umr on systems without VRAM
    - GFX 10/11 UNORD_DISPATCH fixes
    - IPS display fixes (required for S0ix on some platforms)
    - Misc fixes
    
    i915:
    - DSI sequence revert to fix GitLab #10071 and DP test-pattern fix
    - Drop -Wstringop-overflow (broken on GCC11)
    
    ivpu:
    - fix recovery/reset support
    - improve submit ioctl stability
    - fix dev open/close races on unbind
    - PLL disable reset fix
    - deprecate context priority param
    - improve debug buffer logging
    - disable buffer sharing across VPU contexts
    - free buffer sgt on unbind
    - fix missing lock around shmem vmap
    - add better boot diagnostics
    - add more debug prints around mapping
    - dump MMU events in case of timeout
    
    v3d:
    - NULL ptr dereference fix
    
    exynos:
    - fix stack usage
    - fix incorrect type
    - fix dt typo
    - fix gsc runtime resume
    
    xe:
    - Make an ops struct static
    - Fix an implicit 0 to NULL conversion
    - A couple of 32-bit fixes
    - A migration coherency fix for Lunar Lake.
    - An error path vm id leak fix
    - Remove PVC references in kunit tests
    
  • amd-drm-fixes-6.8-2024-01-25
    amd-drm-fixes-6.8-2024-01-25:
    
    amdgpu:
    - AC/DC power supply tracking fix
    - Don't show invalid vram vendor data
    - SMU 13.0.x fixes
    - GART fix for umr on systems without VRAM
    - GFX 10/11 UNORD_DISPATCH fixes
    - IPS display fixes (required for S0ix on some platforms)
    - Misc fixes
    
  • v6.8-rc1
    6613476e · Linux 6.8-rc1 ·
    Linux 6.8-rc1
    
  • drm-next-2024-01-19
    drm fixes for 6.8-rc1
    
    amdgpu:
    - DSC fixes
    - DC resource pool fixes
    - OTG fix
    - DML2 fixes
    - Aux fix
    - GFX10 RLC firmware handling fix
    - Revert a broken workaround for SMU 13.0.2
    - DC writeback fix
    - Enable gfxoff when ROCm apps are active on gfx11 with the proper FW version
    
    amdkfd:
    - Fix dma-buf exports using GEM handles
    
    nouveau:
    - fix a unneeded WARN_ON triggering
    
    xe:
    - Fix for definition of wakeref_t
    - Fix for an error code aliasing
    - Fix for VM_UNBIND_ALL in the case there are no bound VMAs
    - Fixes for a number of __iomem address space mismatches reported by sparse
    - Fixes for the assignment of exec_queue priority
    - A Fix for skip_guc_pc not taking effect
    - Workaround for a build problem on GCC 11
    - A couple of fixes for error paths
    - Fix a Flat CCS compression metadata copy issue
    - Fix a misplace array bounds checking
    - Don't have display support depend on EXPERT (as discussed on IRC)
    
  • amd-drm-fixes-6.8-2024-01-18
    amd-drm-fixes-6.8-2024-01-18:
    
    amdgpu:
    - DSC fixes
    - DC resource pool fixes
    - OTG fix
    - DML2 fixes
    - Aux fix
    - GFX10 RLC firmware handling fix
    - Revert a broken workaround for SMU 13.0.2
    - DC writeback fix
    - Enable gfxoff when ROCm apps are active on gfx11 with the proper FW version
    
    amdkfd:
    - Fix dma-buf exports using GEM handles
    
  • amd-drm-fixes-6.8-2024-01-15-1
    amd-drm-fixes-6.8-2024-01-15-1:
    
    amdgpu:
    - SubVP fixes
    - VRR fixes
    - USB4 fixes
    - DCN 3.5 fixes
    - GFX11 harvesting fix
    - RAS fixes
    - Misc small fixes
    - KFD dma-buf import fixes
    - Power reporting fixes
    - ATHUB 3.3 fix
    - SR-IOV fix
    - Add missing fw release for fiji
    - GFX 11.5 fix
    - Debugging module parameter fix
    - SMU 13.0.6 fixes
    - Fix new clang warning
    
    amdkfd:
    - Fix lockdep warnings
    - Fix sparse __rcu warnings
    - HMM fix
    - SVM fix
    
  • amd-drm-fixes-6.8-2024-01-15
    amd-drm-fixes-6.8-2024-01-15:
    
    amdgpu:
    - SubVP fixes
    - VRR fixes
    - USB4 fixes
    - DCN 3.5 fixes
    - GFX11 harvesting fix
    - RAS fixes
    - Misc small fixes
    - KFD dma-buf import fixes
    - Power reporting fixes
    - ATHUB 3.3 fix
    - SR-IOV fix
    - Add missing fw release for fiji
    - GFX 11.5 fix
    - Debugging module parameter fix
    - SMU 13.0.6 fixes
    - Fix new clang warning
    
    amdkfd:
    - Fix lockdep warnings
    - Fix sparse __rcu warnings
    - Bump interface version so userspace knows that the kernel supports dma-bufs exported from KFD
      Most of the fixes for this went into 6.7, but the last fix is in this PR
    - HMM fix
    - SVM fix