Merge amd-staging into amd-master 20220901

Signed-off-by: Hao Zhou <Hao.Zhou@amd.com>
Change-Id: Ic59465c248f96a74d20226810c9ae98360797e34


[ROCm/rocm_smi_lib commit: 1efd6ee29c]
This commit is contained in:
Hao Zhou
2022-09-01 09:54:40 +08:00
förälder fa6754e2b0 d415a3b2e1
incheckning 20bc07bcf6
@@ -1334,7 +1334,7 @@ def showAllConcise(deviceList):
print('ERROR: Cannot print JSON/CSV output for concise output')
sys.exit(1)
printLogSpacer(' Concise Info ')
header = ['GPU', 'Temp', 'AvgPwr', 'SCLK', 'MCLK', 'Fan', 'Perf', 'PwrCap', 'VRAM%', 'GPU%']
header = ['GPU', 'Temp (DieEdge)', 'AvgPwr', 'SCLK', 'MCLK', 'Fan', 'Perf', 'PwrCap', 'VRAM%', 'GPU%']
head_widths = [len(head) + 2 for head in header]
values = {}
for device in deviceList: