diff options
| author | Darren Powell <[email protected]> | 2021-06-25 02:54:35 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-06-30 04:18:56 +0000 |
| commit | 91161b06be5729050a11e36366d2db8a679f35b6 (patch) | |
| tree | 03f0623e0944b762d133c70fbf5051114356c964 /drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | |
| parent | drm/amdgpu/display: drop unused variable (diff) | |
| download | kernel-91161b06be5729050a11e36366d2db8a679f35b6.tar.gz kernel-91161b06be5729050a11e36366d2db8a679f35b6.zip | |
amdgpu/pm: remove code duplication in show_power_cap calls
v3: updated patch to apply to latest code
v2: reorder to check pointers before calling pm_runtime_* functions
created generic function and call with enum from
* amdgpu_hwmon_show_power_cap_max
* amdgpu_hwmon_show_power_cap
* amdgpu_hwmon_show_power_cap_default
=== Test ===
AMDGPU_PCI_ADDR=`lspci -nn | grep "VGA\|Display" | cut -d " " -f 1`
AMDGPU_HWMON=`ls -la /sys/class/hwmon | grep $AMDGPU_PCI_ADDR | cut -d " " -f 10`
HWMON_DIR=/sys/class/hwmon/${AMDGPU_HWMON}
cp pp_show_power_cap.txt{,.old}
lspci -nn | grep "VGA\|Display" > pp_show_power_cap.test.log
FILES="
power1_cap
power1_cap_max
power1_cap_default "
for f in $FILES
do
echo $f = `cat $HWMON_DIR/$f` >> pp_show_power_cap.test.log
done
Signed-off-by: Darren Powell <[email protected]>
Reviewed-by: Kevin Wang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c')
0 files changed, 0 insertions, 0 deletions
