commit | 27100735adbcb872854674bed1d000825f9954ac | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Mon Oct 19 15:49:11 2015 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Oct 19 15:53:54 2015 -0400 |
tree | 8ab5461d7721c5923aab4a3aecf530038fd1100a | |
parent | 2a7d44f47f53fa1be677f44c73d78b1bcf9c05d9 [diff] |
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>