diff options
author | Flora Cui <Flora.Cui@amd.com> | 2016-12-15 02:04:39 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-12-20 19:43:09 -0500 |
commit | 8fd74cb4a0e563b2025b521accc7a5963f60cdb1 (patch) | |
tree | 07f8343ea506874382dca73c3b399e186145169d /drivers/gpu/drm/amd/amdgpu/si.c | |
parent | 6b7985efc3b56dba3a49221464e7ef65688cda76 (diff) |
drm/amdgpu: update rev id for oland
Signed-off-by: Flora Cui <Flora.Cui@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si.c b/drivers/gpu/drm/amd/amdgpu/si.c index 8e2377b7fcf5..d353af392a71 100644 --- a/drivers/gpu/drm/amd/amdgpu/si.c +++ b/drivers/gpu/drm/amd/amdgpu/si.c | |||
@@ -1268,6 +1268,7 @@ static int si_common_early_init(void *handle) | |||
1268 | AMD_CG_SUPPORT_HDP_LS | | 1268 | AMD_CG_SUPPORT_HDP_LS | |
1269 | AMD_CG_SUPPORT_HDP_MGCG; | 1269 | AMD_CG_SUPPORT_HDP_MGCG; |
1270 | adev->pg_flags = 0; | 1270 | adev->pg_flags = 0; |
1271 | adev->external_rev_id = 60; | ||
1271 | break; | 1272 | break; |
1272 | case CHIP_HAINAN: | 1273 | case CHIP_HAINAN: |
1273 | adev->cg_flags = | 1274 | adev->cg_flags = |