]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/dpm: don't add pwm attributes if DPM is disabled
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Oct 2015 19:49:11 +0000 (15:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Oct 2015 19:53:54 +0000 (15:53 -0400)
commit41c3f019abcd08b03b0d253de7fa4b6bee0f8ee7
tree8ab5461d7721c5923aab4a3aecf530038fd1100a
parent5b80890b31503ccaecb3e556d770265e79e543c5
drm/amdgpu/dpm: don't add pwm attributes if DPM is disabled

PWM fan control is only available with DPM.  There is no non-DPM
support on amdgpu, so we should never get a crash here because
the sysfs nodes would never be created in the first place. Add the
check just in case to be on the safe side.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c