drm/amd/powerplay: add powerplay valid check to avoid null point.
authorRex Zhu <Rex.Zhu@amd.com>
Tue, 29 Dec 2015 05:56:03 +0000 (13:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Feb 2016 21:21:12 +0000 (16:21 -0500)
commitfa9e699105ba4c29e34954fab693b1fc19d70084
tree46383ee0d7692f314978b453dca43966c3d2a038
parent0f18563aaa22f7dd1712c20973482225aa13942a
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>
drivers/gpu/drm/amd/powerplay/amd_powerplay.c
This page took 0.035883 seconds and 5 git commands to generate.