diff options
author | Tom St Denis <tom.stdenis@amd.com> | 2016-07-28 09:38:13 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-08 11:32:47 -0400 |
commit | 4e86be75c69cac5ccb599ba5b38df60336f247c9 (patch) | |
tree | bc77e5c2d3fcd362a3d2aba82415bb07cf56d6cd /drivers/gpu/drm/amd/amdgpu | |
parent | 2ed0936de5ccbfd670ebf558770bb89bf9fe3b96 (diff) |
drm/amd/amdgpu: Enable stoney GFX PG
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Rex Zhu <Rex.Zhu@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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index 66aa1eee6325..c1e428495699 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c | |||
@@ -1276,6 +1276,9 @@ static int vi_common_early_init(void *handle) | |||
1276 | AMD_CG_SUPPORT_HDP_LS | | 1276 | AMD_CG_SUPPORT_HDP_LS | |
1277 | AMD_CG_SUPPORT_SDMA_MGCG | | 1277 | AMD_CG_SUPPORT_SDMA_MGCG | |
1278 | AMD_CG_SUPPORT_SDMA_LS; | 1278 | AMD_CG_SUPPORT_SDMA_LS; |
1279 | adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | | ||
1280 | AMD_PG_SUPPORT_GFX_SMG | | ||
1281 | AMD_PG_SUPPORT_GFX_PIPELINE; | ||
1279 | adev->external_rev_id = adev->rev_id + 0x1; | 1282 | adev->external_rev_id = adev->rev_id + 0x1; |
1280 | break; | 1283 | break; |
1281 | default: | 1284 | default: |