Hi Dave, Simona,

Fixes for 6.16.

The following changes since commit 1c1df79ccf5615a007cb11ff30e997e58a9fa79a:

  Merge tag 'amd-drm-fixes-6.16-2025-05-29' of 
https://gitlab.freedesktop.org/agd5f/linux into drm-next (2025-06-02 11:56:06 
+1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git 
tags/amd-drm-fixes-6.16-2025-06-05

for you to fetch changes up to 8b5f3a229a70d242322b78c8e13744ca00212def:

  drm/amd/display: Fix default DC and AC levels (2025-06-03 15:33:38 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.16-2025-06-05:

amdgpu:
- IP discovery fix
- Cleaner shader fix for GC 10.1.x
- OD fix
- UserQ fixes
- Non-OLED panel fix
- Misc display fixes
- Brightness fixes

amdkfd:
- Enable CONFIG_HSA_AMD on RISCV

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: disable workload profile switching when OD is enabled

Arunpravin Paneer Selvam (1):
      drm/amdgpu: Add userq fence support to SDMAv7.0

Cruise Hung (1):
      drm/amd/display: Use DC log instead of using DM error msg

Dan Carpenter (2):
      drm/amdgpu: Fix integer overflow issues in amdgpu_userq_fence.c
      drm/amdgpu: Fix integer overflow in amdgpu_gem_add_input_fence()

Lijo Lazar (1):
      drm/amdgpu: Add more checks to discovery fetch

Mario Limonciello (2):
      drm/amd/display: Add debugging message for brightness caps
      drm/amd/display: Fix default DC and AC levels

Vitaly Prosyak (1):
      drm/amdgpu/gfx10: Refine Cleaner Shader for GFX10.1.10

Xuemei Liu (1):
      drm/amdkfd: enable kfd on RISCV systems

Zhongwei Zhang (2):
      drm/amd/display: Correct non-OLED pre_T11_delay.
      drm/amd/display: Avoid calling blank_stream() twice

 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c      | 16 ++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c            |  8 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c    |  8 +--
 .../gpu/drm/amd/amdgpu/gfx_v10_0_cleaner_shader.h  |  6 +-
 .../drm/amd/amdgpu/gfx_v10_1_10_cleaner_shader.asm | 13 ++--
 drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c             | 10 +--
 drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c             | 59 +++++++++++------
 drivers/gpu/drm/amd/amdkfd/Kconfig                 |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 11 +++-
 .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c  | 10 ++-
 .../drm/amd/display/dc/hwss/dcn31/dcn31_hwseq.c    | 11 +++-
 .../drm/amd/display/dc/hwss/hw_sequencer_private.h |  1 +
 .../display/dc/link/protocols/link_dp_capability.c |  2 +-
 .../amd/include/ivsrcid/gfx/irqsrcs_gfx_12_0_0.h   | 74 ++++++++++++++++++++++
 drivers/gpu/drm/amd/pm/amdgpu_dpm.c                | 22 +++++++
 drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h            |  1 +
 17 files changed, 205 insertions(+), 51 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/include/ivsrcid/gfx/irqsrcs_gfx_12_0_0.h

Reply via email to