AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu, amdkfd drm-fixes-6.19
@ 2026-02-05 18:20 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2026-02-05 18:20 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher

Hi Dave, Simona,

Fixes for 6.19.

The following changes since commit 18f7fcd5e69a04df57b563360b88be72471d6b62:

  Linux 6.19-rc8 (2026-02-01 14:01:13 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.19-2026-02-05

for you to fetch changes up to 6b61a54e684006ca0d92d684a1d3c3a00f077d8f:

  drm/amdgpu: Fix double deletion of validate_list (2026-02-03 17:24:21 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.19-2026-02-05:

amdgpu:
- MES 11 old firmware compatibility fix
- ASPM fix
- DC LUT fixes

amdkfd:
- Fix possible double deletion of validate list

----------------------------------------------------------------
Bert Karwatzki (1):
      Revert "drm/amd: Check if ASPM is enabled from PCIe subsystem"

Harish Kasiviswanathan (1):
      drm/amdgpu: Fix double deletion of validate_list

Mario Limonciello (1):
      drm/amd: Set minimum version for set_hw_resource_1 on gfx11 to 0x52

Melissa Wen (3):
      drm/amd/display: fix wrong color value mapping on MCM shaper LUT
      drm/amd/display: extend delta clamping logic to CM3 LUT helper
      drm/amd/display: remove assert around dpp_base replacement

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   | 14 ++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  3 --
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |  2 +-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c | 37 +++++++++++++++++-----
 .../drm/amd/display/dc/dwb/dcn30/dcn30_cm_common.h |  2 +-
 .../drm/amd/display/dc/hwss/dcn30/dcn30_hwseq.c    |  9 +++---
 .../drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c    | 18 ++++++-----
 .../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c  | 16 ++++++----
 8 files changed, 62 insertions(+), 39 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [pull] amdgpu, amdkfd drm-fixes-6.19
@ 2026-01-22 20:43 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2026-01-22 20:43 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher

Hi Dave, Simona,

Fixes for 6.19.

The following changes since commit 24d479d26b25bce5faea3ddd9fa8f3a6c3129ea7:

  Linux 6.19-rc6 (2026-01-18 15:42:45 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.19-2026-01-22

for you to fetch changes up to f377ea0561c9576cdb7e3890bcf6b8168d455464:

  Revert "drm/amd/display: pause the workload setting in dm" (2026-01-22 12:10:44 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.19-2026-01-22:

amdgpu:
- GC 12 fix
- Misc error path fixes
- DC analog fix
- SMU 6 fixes
- TLB flush fix
- DC idle optimization fix

amdkfd:
- GC 11 cooperative launch fix

----------------------------------------------------------------
Alex Deucher (3):
      drm/amdgpu: fix error handling in ib_schedule()
      drm/amdgpu: fix type for wptr in ring backup
      Revert "drm/amd/display: pause the workload setting in dm"

Jiqian Chen (1):
      drm/amdgpu: free hw_vm_fence when fail in amdgpu_job_alloc

Jonathan Kim (1):
      drm/amdkfd: fix gfx11 restrictions on debugging cooperative launch

Likun Gao (1):
      drm/amdgpu: remove frame cntl for gfx v12

Timur Kristóf (5):
      drm/amd/display: Only poll analog connectors
      drm/amd/pm: Fix si_dpm mmCG_THERMAL_INT setting
      drm/amd/pm: Don't clear SI SMC table when setting power limit
      drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2)
      drm/amdgpu: Fix validating flush_gpu_tlb_pasid()

 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c            |  6 +++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_job.c            |  7 +++--
 drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c             | 12 ---------
 drivers/gpu/drm/amd/amdkfd/kfd_debug.h             |  3 +--
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 11 --------
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c  | 10 +++++--
 drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c         | 31 +++++++++++-----------
 9 files changed, 36 insertions(+), 48 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [pull] amdgpu, amdkfd drm-fixes-6.19
@ 2026-01-15 20:54 Alex Deucher
  2026-01-16 19:27 ` Simona Vetter
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Deucher @ 2026-01-15 20:54 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher

Hi Dave, Simona,

Fixes for 6.19.

The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:

  Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.19-2026-01-15

for you to fetch changes up to d04f73668bebbc5a44a2771ea92b6ec253148050:

  drm/amd/display: Add an hdmi_hpd_debounce_delay_ms module (2026-01-14 15:07:43 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.19-2026-01-15:

amdgpu:
- GC 9 PTE mtype fix
- Non-DC display kernel panic helper fix
- Merge fix
- GART vram access fix
- Userq fixes
- PSR debugging fix
- HDMI fixes
- Backlight fix
- SMU 14 fix
- TLB flush fixes

amdkfd:
- KFD node cleanup for eGPU disconnect
- Memory leak fix
- MES evict process fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: make sure userqs are enabled in userq IOCTLs

Haoxiang Li (1):
      drm/amdkfd: fix a memory leak in device_queue_manager_init()

Harish Kasiviswanathan (1):
      drm/amdkfd: No need to suspend whole MES to evict process

Ivan Lipski (1):
      drm/amd/display: Add an hdmi_hpd_debounce_delay_ms module

Lu Yao (1):
      drm/amdgpu: fix drm panic null pointer when driver not support atomic

Mario Limonciello (1):
      drm/amd/display: Bump the HDMI clock to 340MHz

Mario Limonciello (AMD) (2):
      drm/amd: Clean up kfd node on surprise disconnect
      drm/amd/display: Show link name in PSR status message

Peter Colberg (1):
      Revert duplicate "drm/amdgpu: disable peer-to-peer access for DCC-enabled GC12 VRAM surfaces"

Philip Yang (1):
      drm/amdgpu: Fix gfx9 update PTE mtype flag

Prike Liang (2):
      drm/amdgpu: validate the flush_gpu_tlb_pasid()
      Revert "drm/amdgpu: don't attach the tlb fence for SI"

Srinivasan Shanmugam (1):
      drm/amdgpu/userq: Fix fence reference leak on queue teardown v2

Vivek Das Mohapatra (1):
      drm/amd/display: Initialise backlight level values from hw

Xiaogang Chen (1):
      drm/amdgpu: Use correct address to setup gart page table for vram access

Yang Wang (1):
      drm/amd/pm: fix smu overdrive data type wrong issue on smu 14.0.2

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  8 +++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        |  7 ++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c        | 12 --------
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 11 +++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c           |  4 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c            |  4 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c          | 16 ++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h          |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_userq_fence.c    |  8 +++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  4 +--
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  8 ++---
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  | 31 ++++++++-----------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 36 +++++++++++++++++++---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |  5 ++-
 drivers/gpu/drm/amd/display/dc/dc_hdmi_types.h     |  2 +-
 .../gpu/drm/amd/display/dc/link/link_detection.c   |  4 ++-
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c   |  3 +-
 18 files changed, 116 insertions(+), 50 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [pull] amdgpu, amdkfd drm-fixes-6.19
@ 2025-12-17 17:18 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2025-12-17 17:18 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher

Hi Dave, Simona,

Fixes for 6.19.

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.19-2025-12-17

for you to fetch changes up to 969faea4e9d01787c58bab4d945f7ad82dad222d:

  drm/amdkfd: Fix improper NULL termination of queue restore SMI event string (2025-12-16 14:17:32 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.19-2025-12-17:

amdgpu:
- Fix no_console_suspend handling
- DCN 3.5.x seamless boot fixes
- DP audio fix
- Fix race in GPU recovery
- SMU 14 OD fix

amdkfd:
- Event fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: fix a job->pasid access race in gpu recovery

Brian Kocoloski (1):
      drm/amdkfd: Fix improper NULL termination of queue restore SMI event string

Charlene Liu (1):
      drm/amd/display: Fix DP no audio issue

Mario Limonciello (AMD) (1):
      drm/amd: Resume the device in thaw() callback when console suspend is disabled

Ray Wu (2):
      drm/amd/display: Fix scratch registers offsets for DCN35
      drm/amd/display: Fix scratch registers offsets for DCN351

mythilam (1):
      drm/amd/pm: restore SCLK settings after S0ix resume

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 10 ++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  5 ++-
 drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c        |  2 +-
 .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c  |  8 ++---
 .../amd/display/dc/resource/dcn35/dcn35_resource.c |  8 ++---
 .../display/dc/resource/dcn351/dcn351_resource.c   |  8 ++---
 drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c     |  5 +++
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c   | 37 +++++++++++++++++++---
 8 files changed, 62 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [pull] amdgpu, amdkfd drm-fixes-6.19
@ 2025-12-11 19:56 Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2025-12-11 19:56 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher

Hi Dave, Simona,

Fixes for 6.19.

The following changes since commit c7685d11108acb387e44e3d81194d0d8959eaa44:

  Merge tag 'topic/drm-intel-plane-color-pipeline-2025-12-04' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next (2025-12-05 10:27:57 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.19-2025-12-11

for you to fetch changes up to 72e24456a54fe04710d89626cc5a88703e2f6202:

  Revert "drm/amd/display: Fix pbn to kbps Conversion" (2025-12-10 18:06:16 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.19-2025-12-11:

amdgpu:
- SI fix
- DC reduce stack usage
- HDMI fixes
- VCN 4.0.5 fix
- DP MST fix
- DC memory allocation fix

amdkfd:
- SVM fix
- Trap handler fix
- VGPR fixes for GC 11.5

----------------------------------------------------------------
Alex Deucher (2):
      drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()
      drm/amdgpu: don't attach the tlb fence for SI

Alex Hung (1):
      drm/amd/display: Refactor dml_core_mode_support to reduce stack frame

Ivan Lipski (1):
      drm/amd/display: Improve HDMI info retrieval

Jay Cornwall (1):
      drm/amdkfd: Trap handler support for expert scheduling mode

Jonathan Kim (1):
      drm/amdkfd: bump minimum vgpr size for gfx1151

Mario Limonciello (2):
      drm/amdkfd: Export the cwsr_size and ctl_stack_size to userspace
      Revert "drm/amd/display: Fix pbn to kbps Conversion"

Mario Limonciello (AMD) (1):
      drm/amd: Fix unbind/rebind for VCN 4.0.5

Rosen Penev (1):
      drm/amd/display: shrink struct members

Xiaogang Chen (1):
      drm/amdkfd: Use huge page size to check split svm range alignment

 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |   4 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c            |   2 +
 drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h     |  62 ++++++----
 .../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx12.asm |  37 ++++++
 drivers/gpu/drm/amd/amdkfd/kfd_queue.c             |   1 +
 drivers/gpu/drm/amd/amdkfd/kfd_svm.c               |  46 ++++---
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c          |   4 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  |   3 +
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |   8 ++
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  59 +++++----
 drivers/gpu/drm/amd/display/dc/core/dc_surface.c   |   2 +-
 .../drm/amd/display/dc/dml2_0/display_mode_core.c  | 134 +++++++++++----------
 .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c  |   3 -
 drivers/gpu/drm/amd/display/include/audio_types.h  |  12 +-
 14 files changed, 239 insertions(+), 138 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-02-05 18:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05 18:20 [pull] amdgpu, amdkfd drm-fixes-6.19 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2026-01-22 20:43 Alex Deucher
2026-01-15 20:54 Alex Deucher
2026-01-16 19:27 ` Simona Vetter
2025-12-17 17:18 Alex Deucher
2025-12-11 19:56 Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox