Re: [PATCH 1/6] drm/amdgpu/pm: handle fan properly when card is powered down

2018-01-25 Thread Dieter Nützel
For the series: COOL stuff! RX580 (Polaris20) during 'idle' (single HD 1920x1080): amd-staging-drm-next amdgpu-pci-0100 Adapter: PCI adapter vddgfx: +0.75 V fan1: 904 RPM temp1:+25.0°C (crit = +94.0°C, hyst = -273.1°C) power1: 32.00 W Thank you very much Alex et

Re: [PATCH 1/6] drm/amdgpu/pm: handle fan properly when card is powered down

2018-01-25 Thread Christian König
Am 25.01.2018 um 00:55 schrieb Alex Deucher: Return an error if the user tried to check or set the fan parameters while the card is powered down (e.g., on a PX/HG system for example). This makes the fan consistent with the temperature stuff. Signed-off-by: Alex Deucher

[PATCH 1/6] drm/amdgpu/pm: handle fan properly when card is powered down

2018-01-24 Thread Alex Deucher
Return an error if the user tried to check or set the fan parameters while the card is powered down (e.g., on a PX/HG system for example). This makes the fan consistent with the temperature stuff. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c