aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/vi.c
diff options
context:
space:
mode:
authorTom St Denis <[email protected]>2016-07-28 13:38:13 +0000
committerAlex Deucher <[email protected]>2016-08-08 15:32:47 +0000
commit4e86be75c69cac5ccb599ba5b38df60336f247c9 (patch)
treebc77e5c2d3fcd362a3d2aba82415bb07cf56d6cd /drivers/gpu/drm/amd/amdgpu/vi.c
parentdrm/amd/amdgpu: Enable carrizo VCE PG (diff)
downloadkernel-4e86be75c69cac5ccb599ba5b38df60336f247c9.tar.gz
kernel-4e86be75c69cac5ccb599ba5b38df60336f247c9.zip
drm/amd/amdgpu: Enable stoney GFX PG
Signed-off-by: Tom St Denis <[email protected]> Reviewed-by: Rex Zhu <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vi.c3
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)
AMD_CG_SUPPORT_HDP_LS |
AMD_CG_SUPPORT_SDMA_MGCG |
AMD_CG_SUPPORT_SDMA_LS;
+ adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG |
+ AMD_PG_SUPPORT_GFX_SMG |
+ AMD_PG_SUPPORT_GFX_PIPELINE;
adev->external_rev_id = adev->rev_id + 0x1;
break;
default: