Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH 6.4.y 0/2] Solve abrupt shutdowns from momentarily fluctuations
@ 2023-08-11 16:39 Mario Limonciello
  2023-08-11 16:39 ` [PATCH 6.4.y 1/2] drm/amd/pm: expose swctf threshold setting for legacy powerplay Mario Limonciello
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mario Limonciello @ 2023-08-11 16:39 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 stable kernel.

Evan Quan (2):
  drm/amd/pm: expose swctf threshold setting for legacy powerplay
  drm/amd/pm: avoid unintentional shutdown due to temperature momentary
    fluctuation

 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |  3 ++
 drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h       |  2 +
 .../gpu/drm/amd/pm/powerplay/amd_powerplay.c  | 48 +++++++++++++++++++
 .../amd/pm/powerplay/hwmgr/hardwaremanager.c  |  4 +-
 .../drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c   |  2 +
 .../drm/amd/pm/powerplay/hwmgr/smu_helper.c   | 27 ++++-------
 .../drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c | 10 ++++
 .../drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c |  4 ++
 .../drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c |  4 ++
 drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h  |  2 +
 .../drm/amd/pm/powerplay/inc/power_state.h    |  1 +
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c     | 34 +++++++++++++
 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 +---
 15 files changed, 128 insertions(+), 33 deletions(-)

-- 
2.34.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 16:39 [PATCH 6.4.y 0/2] Solve abrupt shutdowns from momentarily fluctuations Mario Limonciello
2023-08-11 16:39 ` [PATCH 6.4.y 1/2] drm/amd/pm: expose swctf threshold setting for legacy powerplay Mario Limonciello
2023-08-11 16:39 ` [PATCH 6.4.y 2/2] drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctuation Mario Limonciello
2023-08-12  7:45 ` [PATCH 6.4.y 0/2] 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