Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/pm/ci: Clear EnabledForActivity field for memory levels

Follow what radeon did and what amdgpu does for other GPUs with SMU7.

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>

authored by

Timur Kristóf and committed by
Alex Deucher
5facfd4c d784759c

+1 -1
+1 -1
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c
··· 1217 1217 } 1218 1218 1219 1219 memory_level->EnabledForThrottle = 1; 1220 - memory_level->EnabledForActivity = 1; 1220 + memory_level->EnabledForActivity = 0; 1221 1221 memory_level->UpH = data->current_profile_setting.mclk_up_hyst; 1222 1222 memory_level->DownH = data->current_profile_setting.mclk_down_hyst; 1223 1223 memory_level->VoltageDownH = 0;