]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/pp: Fix sclk in highest two levels when compute on smu7
authorRex Zhu <Rex.Zhu@amd.com>
Fri, 23 Feb 2018 09:41:07 +0000 (17:41 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Mar 2018 18:12:29 +0000 (13:12 -0500)
commitea9e694eff686d3d6c8715dc6bb67e5d118bc1de
treeee4126588baa6b9024c06778d2417093b9003666
parent18e51dc39ba2796c7cb6fe9ff6e51a40472ee0b5
drm/amd/pp: Fix sclk in highest two levels when compute on smu7

Compute workload tends to be "bursty", Only tune the behavior of
nature dpm don't work well for most of such workloads. From test
results, Fix sclk in highest two levels can get better performance.
so add min sclk setting into the default cumpute workload policy on
smu7.

user still can change sclk range through sysfs pp_dpm_sclk
for better perf/watt.

Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c