diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-04-08 00:40:49 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-04 20:22:45 -0400 |
commit | 1bf912ffa611bc91522f6e524568b747db6f4c9c (patch) | |
tree | 95b7d692efb2ea307fb19a799bdb3d2ad51613ab /drivers/gpu/drm/amd/amdgpu | |
parent | 6f17a257d3936c728cffde46e4a1f17bb9a59ab6 (diff) |
drm/amdgpu: enable sdma clockgating on ST
Acked-by: Tom St Denis <tom.stdenis@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index 83f890a3c31c..ddbb63a88a74 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1124,7 +1124,9 @@ static int vi_common_early_init(void *handle) | |||
1124 | AMD_CG_SUPPORT_GFX_MGLS | | 1124 | AMD_CG_SUPPORT_GFX_MGLS | |
1125 | AMD_CG_SUPPORT_BIF_LS | | 1125 | AMD_CG_SUPPORT_BIF_LS | |
1126 | AMD_CG_SUPPORT_HDP_MGCG | | 1126 | AMD_CG_SUPPORT_HDP_MGCG | |
1127 | AMD_CG_SUPPORT_HDP_LS; | 1127 | AMD_CG_SUPPORT_HDP_LS | |
1128 | AMD_CG_SUPPORT_SDMA_MGCG | | ||
1129 | AMD_CG_SUPPORT_SDMA_LS; | ||
1128 | adev->pg_flags = 0; | 1130 | adev->pg_flags = 0; |
1129 | adev->external_rev_id = adev->rev_id + 0x1; | 1131 | adev->external_rev_id = adev->rev_id + 0x1; |
1130 | break; | 1132 | break; |