diff options
| author | Flora Cui <[email protected]> | 2016-12-15 07:04:39 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-12-21 00:43:09 +0000 |
| commit | 8fd74cb4a0e563b2025b521accc7a5963f60cdb1 (patch) | |
| tree | 07f8343ea506874382dca73c3b399e186145169d /drivers/gpu/drm/amd/amdgpu/si.c | |
| parent | drm/amdgpu: update golden setting for oland (diff) | |
| download | kernel-8fd74cb4a0e563b2025b521accc7a5963f60cdb1.tar.gz kernel-8fd74cb4a0e563b2025b521accc7a5963f60cdb1.zip | |
drm/amdgpu: update rev id for oland
Signed-off-by: Flora Cui <[email protected]>
Reviewed-by: Junwei Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
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 = |
