commit | fa9e699105ba4c29e34954fab693b1fc19d70084 | [log] [tgz] |
---|---|---|
author | Rex Zhu <Rex.Zhu@amd.com> | Tue Dec 29 13:56:03 2015 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Feb 10 16:21:12 2016 -0500 |
tree | 46383ee0d7692f314978b453dca43966c3d2a038 | |
parent | 0f18563aaa22f7dd1712c20973482225aa13942a [diff] |
drm/amd/powerplay: add powerplay valid check to avoid null point. In case CONFIG_DRM_AMD_POWERPLAY is defined and amdgpu.powerplay=0. some functions in powrplay can also be called by DAL. and the input parameter is *adev. if just check point not NULL was not enough and will lead to NULL point error. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>