diff options
author | Flora Cui <Flora.Cui@amd.com> | 2016-12-15 01:58:28 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-12-20 19:42:55 -0500 |
commit | 05319478dad476841282a0eab66a00da425e0914 (patch) | |
tree | 8a150d24b8aacae5f5eb00311114af29bebd5f4d | |
parent | bd27b678c26ea9f6d6efdbea139f38fba426aaac (diff) |
drm/amdgpu: update rev id for hainan
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
-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 49e0fee28053..232ee8909d38 100644 --- a/drivers/gpu/drm/amd/amdgpu/si.c +++ b/drivers/gpu/drm/amd/amdgpu/si.c | |||
@@ -1279,6 +1279,7 @@ static int si_common_early_init(void *handle) | |||
1279 | AMD_CG_SUPPORT_HDP_LS | | 1279 | AMD_CG_SUPPORT_HDP_LS | |
1280 | AMD_CG_SUPPORT_HDP_MGCG; | 1280 | AMD_CG_SUPPORT_HDP_MGCG; |
1281 | adev->pg_flags = 0; | 1281 | adev->pg_flags = 0; |
1282 | adev->external_rev_id = 70; | ||
1282 | break; | 1283 | break; |
1283 | 1284 | ||
1284 | default: | 1285 | default: |