summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Lazare <Jordan.Lazare@amd.com>2016-09-01 17:49:33 (GMT)
committerAlex Deucher <alexander.deucher@amd.com>2016-09-16 19:52:48 (GMT)
commita47c78d9646f3d2543b5b3c2e15ec6d9ee46a303 (patch)
treef077546d449dab5683ecaa58faf89e3c10ca8e00
parent056472f1d1f5f63222dc745677829e124bfe7fb7 (diff)
downloadlinux-a47c78d9646f3d2543b5b3c2e15ec6d9ee46a303.tar.xz
drm/amdgpu/vi: Use correct external_rev_id for stoney
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Jordan Lazare <Jordan.Lazare@amd.com> Cc: stable@vger.kernel.org Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c
index f2e8aa1..b688e2f 100644
--- a/drivers/gpu/drm/amd/amdgpu/vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/vi.c
@@ -1650,7 +1650,7 @@ static int vi_common_early_init(void *handle)
AMD_PG_SUPPORT_GFX_PIPELINE |
AMD_PG_SUPPORT_UVD |
AMD_PG_SUPPORT_VCE;
- adev->external_rev_id = adev->rev_id + 0x1;
+ adev->external_rev_id = adev->rev_id + 0x61;
break;
default:
/* FIXME: not supported yet */