Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH 6.1.y 0/4] Solve abrupt shutdowns from momentarily fluctuations
@ 2023-08-11 16:40 Mario Limonciello
  2023-08-11 16:40 ` [PATCH 6.1.y 1/4] drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings Mario Limonciello
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mario Limonciello @ 2023-08-11 16:40 UTC (permalink / raw)
  To: stable

Users have been reporting that momentary fluctuations can trigger a
shutdown.

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/1267
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2779

This behavior has been fixed in kernel 6.5, and this series brings
the solution to the LTS kernel.

Evan Quan (4):
  drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock
    settings
  drm/amd/pm: expose swctf threshold setting for legacy powerplay
  drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock
    settings
  drm/amd/pm: avoid unintentional shutdown due to temperature momentary
    fluctuation

 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |  3 +
 .../gpu/drm/amd/include/kgd_pp_interface.h    |  2 +
 drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h       |  2 +
 .../gpu/drm/amd/pm/powerplay/amd_powerplay.c  | 58 +++++++++++++-
 .../amd/pm/powerplay/hwmgr/hardwaremanager.c  |  4 +-
 .../drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c  | 16 +++-
 .../drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c   | 78 +++++++++++++++----
 .../drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c   | 16 +++-
 .../drm/amd/pm/powerplay/hwmgr/smu_helper.c   | 27 +++----
 .../drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c | 41 ++++++++--
 .../drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c | 26 +++++++
 .../drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c | 24 +++---
 drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h  |  4 +
 .../drm/amd/pm/powerplay/inc/power_state.h    |  1 +
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c     | 42 ++++++++++
 drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h |  2 +
 .../gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c    |  9 +--
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c    |  9 +--
 18 files changed, 293 insertions(+), 71 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-08-12  8:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 16:40 [PATCH 6.1.y 0/4] Solve abrupt shutdowns from momentarily fluctuations Mario Limonciello
2023-08-11 16:40 ` [PATCH 6.1.y 1/4] drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settings Mario Limonciello
2023-08-11 16:40 ` [PATCH 6.1.y 2/4] drm/amd/pm: expose swctf threshold setting for legacy powerplay Mario Limonciello
2023-08-11 16:40 ` [PATCH 6.1.y 3/4] drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settings Mario Limonciello
2023-08-11 16:40 ` [PATCH 6.1.y 4/4] drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctuation Mario Limonciello
2023-08-12  8:15 ` [PATCH 6.1.y 0/4] Solve abrupt shutdowns from momentarily fluctuations Greg KH

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