diff options
| author | Darren Powell <[email protected]> | 2021-11-23 19:51:34 -0500 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-12-01 16:03:49 -0500 |
| commit | 94a80b5bc7a23fd5ccaa3ba43ce25cbdb9eefd62 (patch) | |
| tree | d9b7cddda69f4ce84676f40d0514c278ff4258d8 /tools/perf/scripts/python/libxed.py | |
| parent | 3867e3704f136beadf5e004b61696ef7f990bee4 (diff) | |
amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_profile_name
After modifying navi10 in previous commit, extend the changes so all implementations of
pp_hwmgr_func->get_power_profile_mode and pptable_funcs->get_power_profile_mode use
amdgpu_pp_profile_name
== Test ==
LOGFILE=pp_profile_strings.test.log
AMDGPU_PCI_ADDR=`lspci -nn | grep "VGA\|Display" | cut -d " " -f 1`
AMDGPU_HWMON=`ls -la /sys/class/hwmon | grep $AMDGPU_PCI_ADDR | awk '{print $9}'`
HWMON_DIR=/sys/class/hwmon/${AMDGPU_HWMON}
lspci -nn | grep "VGA\|Display" > $LOGFILE
FILES="pp_power_profile_mode "
for f in $FILES
do
echo === $f === >> $LOGFILE
cat $HWMON_DIR/device/$f >> $LOGFILE
done
cat $LOGFILE
Signed-off-by: Darren Powell <[email protected]>
Reviewed-by: Lijo Lazar <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions