Re: [Mesa-dev] [PATCH] gallium/hud: fix power sensor readings for amdgpu users

2018-10-30 Thread Marek Olšák
Pushed, thanks! Marek On Sat, Oct 27, 2018 at 3:46 AM Andre Heider wrote: > amdgpu doesn't use the INPUT but the AVERAGE subfeature: > > $ sensors -u > amdgpu-pci-0100 > Adapter: PCI adapter > power1: > power1_average: 17.233 > power1_cap: 180.000 > > Signed-off-by: Andre Heider > --- > s

[Mesa-dev] [PATCH] gallium/hud: fix power sensor readings for amdgpu users

2018-10-27 Thread Andre Heider
amdgpu doesn't use the INPUT but the AVERAGE subfeature: $ sensors -u amdgpu-pci-0100 Adapter: PCI adapter power1: power1_average: 17.233 power1_cap: 180.000 Signed-off-by: Andre Heider --- src/gallium/auxiliary/hud/hud_sensors_temp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/s