diff options
author | Jordan Lazare <Jordan.Lazare@amd.com> | 2016-09-01 13:49:33 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-09-16 15:52:48 -0400 |
commit | a47c78d9646f3d2543b5b3c2e15ec6d9ee46a303 (patch) | |
tree | f077546d449dab5683ecaa58faf89e3c10ca8e00 | |
parent | 056472f1d1f5f63222dc745677829e124bfe7fb7 (diff) |
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.c | 2 |
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 f2e8aa1a0dbd..b688e2f77419 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) | |||
1650 | AMD_PG_SUPPORT_GFX_PIPELINE | | 1650 | AMD_PG_SUPPORT_GFX_PIPELINE | |
1651 | AMD_PG_SUPPORT_UVD | | 1651 | AMD_PG_SUPPORT_UVD | |
1652 | AMD_PG_SUPPORT_VCE; | 1652 | AMD_PG_SUPPORT_VCE; |
1653 | adev->external_rev_id = adev->rev_id + 0x1; | 1653 | adev->external_rev_id = adev->rev_id + 0x61; |
1654 | break; | 1654 | break; |
1655 | default: | 1655 | default: |
1656 | /* FIXME: not supported yet */ | 1656 | /* FIXME: not supported yet */ |