amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-6.17
@ 2025-07-31 19:19 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2025-07-31 19:19 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher

Hi Dave, Simona,

Fixes for 6.17.  This includes the DSC fix for Linus.

The following changes since commit ba0f4c4c0f9d0f90300578fc8d081f43be281a71:

  Merge tag 'nova-next-v6.17-2025-07-18' of https://gitlab.freedesktop.org/drm/nova into drm-next (2025-07-21 12:56:39 +1000)

are available in the Git repository at:

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

for you to fetch changes up to a0b34e4c8663b13e45c78267b4de3004b1a72490:

  drm/amdgpu: update mmhub 4.1.0 client id mappings (2025-07-28 16:39:49 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.17-2025-07-31:

amdgpu:
- DSC divide by 0 fix
- clang fix
- DC debugfs fix
- Userq fixes
- Avoid extra evict-restore with KFD
- Backlight fix
- Documentation fix
- RAS fix
- Add new kicker handling
- DSC fix for DCN 3.1.4
- PSR fix
- Atomic fix
- DC reset fixes
- DCN 3.0.1 fix
- MMHUB client mapping fix

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu: track whether a queue is a kernel queue in amdgpu_mqd_prop
      drm/amdgpu: update mmhub 4.1.0 client id mappings

Dillon Varone (1):
      drm/amd/display: Fix divide by zero when calculating min ODM factor

Frank Min (1):
      drm/amdgpu: add kicker fws loading for gfx12/smu14/psp14

Gang Ba (1):
      drm/amdgpu: Avoid extra evict-restore process.

Ivan Lipski (1):
      drm/amd/display: Allow DCN301 to clear update flags

Lauri Tirkkonen (1):
      drm/amd/display: fix initial backlight brightness calculation

Mario Limonciello (3):
      drm/amd/display: Avoid configuring PSR granularity if PSR-SU not supported
      drm/amd/display: Only finalize atomic_obj if it was initialized
      drm/amd/display: Pass up errors for reset GPU that fails to init HW

Nathan Chancellor (1):
      drm/amdgpu: Initialize data to NULL in imu_v12_0_program_rlc_ram()

Peter Shkenev (1):
      drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities

Roman Li (1):
      drm/amd/display: Disable dsc_power_gate for dcn314 by default

Srinivasan Shanmugam (1):
      drm/amd/display: Fix misuse of /** to /* in 'dce_i2c_hw.c'

Yang Wang (1):
      drm/amd/amdgpu: fix missing lock for cper.ring->rptr/wptr access

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c           |  6 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c           |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c          |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  6 ++--
 drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c             | 14 ++++++---
 drivers/gpu/drm/amd/amdgpu/imu_v12_0.c             | 13 ++++++---
 drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c          | 34 +++++++++-------------
 drivers/gpu/drm/amd/amdgpu/psp_v14_0.c             |  2 ++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 11 ++++---
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  |  2 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c  |  6 ++--
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  3 +-
 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c    |  8 ++++-
 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c        | 29 +++++++++---------
 .../display/dc/resource/dcn314/dcn314_resource.c   |  1 +
 drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c     | 11 +++++--
 17 files changed, 88 insertions(+), 61 deletions(-)

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

* [pull] amdgpu drm-fixes-6.17
@ 2025-08-13 15:19 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2025-08-13 15:19 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher

Hi Dave, Simona,

Fixes for 6.17.

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

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

for you to fetch changes up to aa5fc4362fac9351557eb27c745579159a2e4520:

  drm/amdgpu: fix task hang from failed job submission during process kill (2025-08-12 16:16:36 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.17-2025-08-13:

amdgpu:
- PSP fix
- VRAM reservation fix
- CSA fix
- Process kill fix

----------------------------------------------------------------
Frank Min (1):
      drm/amdgpu: Add PSP fw version check for fw reserve GFX command

Jack Xiao (1):
      drm/amdgpu: fix incorrect vm flags to map bo

Liu01 Tong (1):
      drm/amdgpu: fix task hang from failed job submission during process kill

YiPeng Chai (1):
      drm/amdgpu: fix vram reservation issue

 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c       |  3 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c      |  4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c      | 19 ++++++++++++++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c       | 15 +++++++++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c |  3 +--
 5 files changed, 33 insertions(+), 11 deletions(-)

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

* [pull] amdgpu drm-fixes-6.17
@ 2025-08-20 19:46 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2025-08-20 19:46 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher

Hi Dave, Simona,

Fixes for 6.17.

The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:

  Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 297a4833a68aac3316eb808b4123eb016ef242d7:

  drm/amd/display: Fix DP audio DTO1 clock source on DCE 6. (2025-08-18 18:00:56 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.17-2025-08-20:

amdgpu:
- Replay fixes
- SMU14 fix
- Null check DC fixes
- DCE6 DC fixes
- Misc DC fixes

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/swm14: Update power limit logic

Chenyuan Yang (1):
      drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session()

Gabe Teeger (1):
      drm/amd/display: Revert Add HPO encoder support to Replay

Mario Limonciello (1):
      drm/amd/display: Avoid a NULL pointer dereference

Timur Kristóf (8):
      drm/amd/display: Don't overclock DCE 6 by 15%
      drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%
      drm/amd/display: Find first CRTC and its line time in dce110_fill_display_configs
      drm/amd/display: Fill display clock and vblank time in dce110_fill_display_configs
      drm/amd/display: Don't warn when missing DCE encoder caps
      drm/amd/display: Don't print errors for nonexistent connectors
      drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3
      drm/amd/display: Fix DP audio DTO1 clock source on DCE 6.

Tom Chung (1):
      drm/amd/display: Fix Xorg desktop unresponsive on Replay panel

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  3 ++
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 19 ++++++++++
 drivers/gpu/drm/amd/display/dc/bios/bios_parser.c  |  5 +--
 .../gpu/drm/amd/display/dc/bios/command_table.c    |  2 +-
 .../amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c    | 14 +++----
 .../amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c | 40 +++++++++++---------
 .../amd/display/dc/clk_mgr/dce60/dce60_clk_mgr.c   | 31 +++++-----------
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 15 +++++++-
 .../gpu/drm/amd/display/dc/dce/dce_link_encoder.c  |  8 ++--
 drivers/gpu/drm/amd/display/dc/dce/dmub_replay.c   | 43 ++--------------------
 drivers/gpu/drm/amd/display/dc/dce/dmub_replay.h   |  2 +-
 .../dc/link/protocols/link_edp_panel_control.c     |  2 +-
 drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h    | 20 ----------
 .../gpu/drm/amd/display/modules/hdcp/hdcp_psp.c    |  3 ++
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c   | 30 ++++++++++++---
 15 files changed, 112 insertions(+), 125 deletions(-)

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

* [pull] amdgpu drm-fixes-6.17
@ 2025-08-28 17:39 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2025-08-28 17:39 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher

Hi Dave, Simona,

Fixes for 6.17.

The following changes since commit 1b237f190eb3d36f52dffe07a40b5eb210280e00:

  Linux 6.17-rc3 (2025-08-24 12:04:12 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c767d74a9cdd1042046d02319d16b85d9aa8a8aa:

  drm/amdgpu/userq: fix error handling of invalid doorbell (2025-08-27 14:01:52 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.17-2025-08-28:

amdgpu:
- UserQ fixes
- Revert CSA fix
- SR-IOV fix

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/gfx11: set MQD as appriopriate for queue types
      drm/amdgpu/gfx12: set MQD as appriopriate for queue types
      Revert "drm/amdgpu: fix incorrect vm flags to map bo"
      drm/amdgpu/userq: fix error handling of invalid doorbell

Jesse.Zhang (1):
      drm/amdgpu: update firmware version checks for user queue support

Yang Wang (1):
      drm/amd/amdgpu: disable hwmon power1_cap* for gfx 11.0.3 on vf mode

 drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c   |  4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c |  1 +
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c    | 14 +++++++++-----
 drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c    |  8 ++++++--
 drivers/gpu/drm/amd/pm/amdgpu_pm.c        | 18 ++++++++++--------
 5 files changed, 28 insertions(+), 17 deletions(-)

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

end of thread, other threads:[~2025-08-28 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13 15:19 [pull] amdgpu drm-fixes-6.17 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2025-08-28 17:39 Alex Deucher
2025-08-20 19:46 Alex Deucher
2025-07-31 19:19 Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).