]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabled
authorTimur Kristóf <timur.kristof@gmail.com>
Sun, 29 Mar 2026 16:02:58 +0000 (18:02 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 20:44:16 +0000 (16:44 -0400)
commit894f0d34d66cb47fe718fe2ae5c18729d22c5218
tree2ef09a2ac6a6a65ec6097045ffc903b6478f3949
parent860fd1dd2d47d9d448e01ab39a9c4016cd068862
drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabled

When MCLK DPM is disabled for any reason, populate the MCLK
table with the highest MCLK DPM level, so that the ASIC can
use the highest possible memory clock to get good performance
even when MCLK DPM is disabled.

Fixes: 9f4b35411cfe ("drm/amd/powerplay: add CI asics support to smumgr (v3)")
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c