Hi Dave, Simona,

Fixes for 6.17.

The following changes since commit 8b556ddeee8da9420699ce221b6267f395e7d72b:

  Merge tag 'amd-drm-fixes-6.17-2025-09-03' of 
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2025-09-05 08:06:34 
+1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git 
tags/amd-drm-fixes-6.17-2025-09-10

for you to fetch changes up to 3318f2d20ce48849855df5e190813826d0bc3653:

  drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 at any time 
(2025-09-09 16:42:26 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.17-2025-09-10:

amdgpu:
- PSP 11.x fix
- DPCD quirk handing fix
- DCN 3.5 PG fix
- Audio suspend fix
- OEM i2c clean up fix
- Module unload memory leak fix
- DC delay fix
- ISP firmware fix
- VCN fixes

amdkfd:
- P2P topology fix
- APU mem limit calculation fix

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu: fix a memory leak in fence cleanup when unloading
      drm/amd/display: use udelay rather than fsleep

David Rosca (2):
      drm/amdgpu/vcn4: Fix IB parsing with multiple engine info packages
      drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 at any time

Eric Huang (1):
      drm/amdkfd: fix p2p links bug in topology

Fangzhi Zuo (1):
      drm/amd/display: Disable DPCD Probe Quirk

Geoffrey McRae (1):
      drm/amd/display: remove oem i2c adapter on finish

Lijo Lazar (1):
      drm/amdgpu: Wait for bootloader after PSPv11 reset

Mario Limonciello (AMD) (1):
      drm/amd/display: Drop dm_prepare_suspend() and dm_complete()

Ovidiu Bunea (1):
      drm/amd/display: Correct sequences and delays for DCN35 PG & RCG

Pratap Nirujogi (1):
      drm/amd/amdgpu: Declare isp firmware binary file

Yifan Zhang (1):
      amd/amdkfd: correct mem limit calculation for small APUs

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |  44 +++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c           |   2 -
 drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c            |   2 +
 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c             |  19 +---
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              |  12 ++-
 drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c              |  64 ++++++------
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c          |   3 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  34 +++---
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |   1 +
 drivers/gpu/drm/amd/display/dc/dc.h                |   1 +
 .../gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c |  74 ++++++-------
 .../drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c    |   2 +-
 .../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c    | 115 ++++-----------------
 .../gpu/drm/amd/display/dc/hwss/dcn35/dcn35_init.c |   3 -
 .../drm/amd/display/dc/hwss/dcn351/dcn351_init.c   |   3 -
 drivers/gpu/drm/amd/display/dc/inc/hw/pg_cntl.h    |   1 +
 .../drm/amd/display/dc/pg/dcn35/dcn35_pg_cntl.c    |  78 +++++++++-----
 17 files changed, 202 insertions(+), 256 deletions(-)

Reply via email to