From: "Timur Kristóf" <timur.kristof@gmail.com>
To: amd-gfx@lists.freedesktop.org,
Alex Deucher <alexander.deucher@amd.com>,
christian.koenig@amd.com, Natalie Vock <natalie.vock@gmx.de>,
Jeremy Klarenbeek <jeremy.klarenbeek99@gmail.com>
Cc: "Timur Kristóf" <timur.kristof@gmail.com>
Subject: [PATCH 0/5] drm/amd/pm: Fix laptop issues on SMU6-7
Date: Tue, 19 May 2026 10:41:53 +0200 [thread overview]
Message-ID: <20260519084158.72960-1-timur.kristof@gmail.com> (raw)
Fix various issues with the clocks stuck on SI
laptop dGPUs:
* vblank mistake when there are no displays connected
* forgot to notify SMU about DC->AC switch
* inconsistent values in VBIOS
While we are at it, also implement the DC->AC notification
for SMU7 as well, which is supposed to work the same way.
Jeremy Klarenbeek (2):
drm/amd/pm/si: Fix updating clock limits from power states
drm/amd/pm/si: Notify the SMC when switching to AC
Timur Kristóf (3):
drm/amd/pm/si: Disregard vblank time when no displays are connected
drm/amd/pm: Rename enable_bapm() to notify_ac_dc()
drm/amd/pm/smu7: Notify SMU7 of DC->AC switch
.../gpu/drm/amd/include/kgd_pp_interface.h | 2 +-
drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 8 +--
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c | 6 +--
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 50 ++++++++++++++-----
.../gpu/drm/amd/pm/powerplay/amd_powerplay.c | 12 +++++
.../drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 15 ++++++
drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h | 1 +
7 files changed, 74 insertions(+), 20 deletions(-)
--
2.54.0
next reply other threads:[~2026-05-19 8:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-19 8:41 Timur Kristóf [this message]
2026-05-19 8:41 ` [PATCH 1/5] drm/amd/pm/si: Disregard vblank time when no displays are connected Timur Kristóf
2026-05-19 15:09 ` Alex Deucher
2026-05-19 8:41 ` [PATCH 2/5] drm/amd/pm: Rename enable_bapm() to notify_ac_dc() Timur Kristóf
2026-05-19 8:41 ` [PATCH 3/5] drm/amd/pm/smu7: Notify SMU7 of DC->AC switch Timur Kristóf
2026-05-19 8:41 ` [PATCH 4/5] drm/amd/pm/si: Fix updating clock limits from power states Timur Kristóf
2026-05-19 8:41 ` [PATCH 5/5] drm/amd/pm/si: Notify the SMC when switching to AC Timur Kristóf
2026-05-21 0:52 ` [PATCH 0/5] drm/amd/pm: Fix laptop issues on SMU6-7 Jeremy Klarenbeek
2026-05-24 6:38 ` Jeremy Klarenbeek
2026-05-24 11:32 ` Timur Kristóf
2026-05-29 20:33 ` Deucher, Alexander
2026-05-30 10:07 ` Jeremy Klarenbeek
2026-05-30 10:32 ` Timur Kristóf
2026-05-30 12:51 ` Jeremy Klarenbeek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260519084158.72960-1-timur.kristof@gmail.com \
--to=timur.kristof@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=jeremy.klarenbeek99@gmail.com \
--cc=natalie.vock@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.