diff options
author | Flora Cui <Flora.Cui@amd.com> | 2016-12-15 02:27:51 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-12-20 19:43:23 -0500 |
commit | f815b29cea0968df400f8c9f8b770ec02ec66906 (patch) | |
tree | 52a067aa2b19dd2cc379b6693bbc4b0cc67e2f52 /drivers/gpu/drm/amd/amdgpu/si.c | |
parent | dae5c2985da969074df03b9ff5226432be9e3293 (diff) |
drm/amdgpu: update rev id for verde
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si.c b/drivers/gpu/drm/amd/amdgpu/si.c index 2a99a41553b4..c46b0159007d 100644 --- a/drivers/gpu/drm/amd/amdgpu/si.c +++ b/drivers/gpu/drm/amd/amdgpu/si.c | |||
@@ -1229,7 +1229,7 @@ static int si_common_early_init(void *handle) | |||
1229 | AMD_CG_SUPPORT_HDP_MGCG; | 1229 | AMD_CG_SUPPORT_HDP_MGCG; |
1230 | adev->pg_flags = 0; | 1230 | adev->pg_flags = 0; |
1231 | //??? | 1231 | //??? |
1232 | adev->external_rev_id = adev->rev_id + 0x14; | 1232 | adev->external_rev_id = adev->rev_id + 40; |
1233 | break; | 1233 | break; |
1234 | case CHIP_OLAND: | 1234 | case CHIP_OLAND: |
1235 | adev->cg_flags = | 1235 | adev->cg_flags = |