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
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