aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c
diff options
context:
space:
mode:
authorTom St Denis <[email protected]>2015-11-20 18:33:44 +0000
committerAlex Deucher <[email protected]>2015-12-21 21:42:39 +0000
commit9c97e75f0fe6f98285127fb0424862087916e83f (patch)
tree1e9e80e1edeb4bf71c19cb4d60000245fa76554f /drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c
parentdrm/amd/powerplay: fix warning of cast to pointer from integer of different s... (diff)
downloadkernel-9c97e75f0fe6f98285127fb0424862087916e83f.tar.gz
kernel-9c97e75f0fe6f98285127fb0424862087916e83f.zip
amdgpu/powerplay: Add Stoney to list of early init cases
Signed-off-by: Tom St Denis <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c
index 6b46fbfd6be4..4f6740cc1e69 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c
@@ -81,6 +81,7 @@ static int amdgpu_powerplay_init(struct amdgpu_device *adev)
amd_pp->ip_funcs = &fiji_dpm_ip_funcs;
break;
case CHIP_CARRIZO:
+ case CHIP_STONEY:
amd_pp->ip_funcs = &cz_dpm_ip_funcs;
break;
default: