Re: vddgfx reported as N/A

2019-08-26 Thread Alex Deucher
On Mon, Aug 26, 2019 at 9:11 AM Jean Delvare wrote: > > Hi all, > > I am investigating why "sensors" reports amdgpu's vddgfx as N/A on my > Radeon R5 240. Digging through the code I found that > si_dpm_read_sensor() is being called with idx = AMDGPU_PP_SENSOR_VDDGFX > which is *not* implemented by

vddgfx reported as N/A

2019-08-26 Thread Jean Delvare
Hi all, I am investigating why "sensors" reports amdgpu's vddgfx as N/A on my Radeon R5 240. Digging through the code I found that si_dpm_read_sensor() is being called with idx = AMDGPU_PP_SENSOR_VDDGFX which is *not* implemented by this function. So it's never going to report any value. The situ