diff options
author | Flora Cui <Flora.Cui@amd.com> | 2016-12-15 15:04:39 +0800 |
---|---|---|
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) | |
download | talos-obmc-linux-8fd74cb4a0e563b2025b521accc7a5963f60cdb1.tar.gz talos-obmc-linux-8fd74cb4a0e563b2025b521accc7a5963f60cdb1.zip |
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) AMD_CG_SUPPORT_HDP_LS | AMD_CG_SUPPORT_HDP_MGCG; adev->pg_flags = 0; + adev->external_rev_id = 60; break; case CHIP_HAINAN: adev->cg_flags = |