diff options
author | Hawking Zhang <[email protected]> | 2020-11-12 10:34:58 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-03-23 22:54:28 -0400 |
commit | 4f668d3d318c62afdb2ec3b2c2b0e602fd83b38c (patch) | |
tree | ae43793156c3045d34be5c937ed7b093e38becfe | |
parent | e747ca0a4e9ca0bf59dbe46eefb6d7192785bb59 (diff) |
drm/amdgpu: initialize external rev_id for aldebaran
add exteranal rev_id for aldebaran
Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: Kevin Wang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index 767a3d530237..f8fbf6aa1a44 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c @@ -1506,6 +1506,7 @@ static int soc15_common_early_init(void *handle) adev->asic_funcs = &vega20_asic_funcs; adev->cg_flags = 0; adev->pg_flags = 0; + adev->external_rev_id = adev->rev_id + 0x3c; break; default: /* FIXME: not supported yet */ |