mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 10:11:38 -04:00
drm/amd/pm/ci: Clear EnabledForActivity field for memory levels
Follow what radeon did and what amdgpu does for other GPUs with SMU7.
Fixes: 9f4b35411c ("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>
This commit is contained in:
committed by
Alex Deucher
parent
d784759c07
commit
5facfd4c4c
@@ -1217,7 +1217,7 @@ static int ci_populate_single_memory_level(
|
||||
}
|
||||
|
||||
memory_level->EnabledForThrottle = 1;
|
||||
memory_level->EnabledForActivity = 1;
|
||||
memory_level->EnabledForActivity = 0;
|
||||
memory_level->UpH = data->current_profile_setting.mclk_up_hyst;
|
||||
memory_level->DownH = data->current_profile_setting.mclk_down_hyst;
|
||||
memory_level->VoltageDownH = 0;
|
||||
|
||||
Reference in New Issue
Block a user