Skip to content

Commit 5facfd4

Browse files
Timur Kristófalexdeucher
authored andcommitted
drm/amd/pm/ci: Clear EnabledForActivity field for memory levels
Follow what radeon did and what amdgpu does for other GPUs with SMU7. Fixes: 9f4b354 ("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>
1 parent d784759 commit 5facfd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ static int ci_populate_single_memory_level(
12171217
}
12181218

12191219
memory_level->EnabledForThrottle = 1;
1220-
memory_level->EnabledForActivity = 1;
1220+
memory_level->EnabledForActivity = 0;
12211221
memory_level->UpH = data->current_profile_setting.mclk_up_hyst;
12221222
memory_level->DownH = data->current_profile_setting.mclk_down_hyst;
12231223
memory_level->VoltageDownH = 0;

0 commit comments

Comments
 (0)