summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorOak Zeng <Oak.Zeng@amd.com>2018-12-19 08:44:38 -0600
committerAlex Deucher <alexander.deucher@amd.com>2019-07-18 14:18:03 -0500
commit7f40581c2e468f7180de7b95e53fbbc9f64682aa (patch)
tree027d0a51a8e562cf22d86bc910e14c4d9ecace84 /drivers/gpu
parentf864e3e65556968c63f7fc3b129b040e34620400 (diff)
downloadlinux-7f40581c2e468f7180de7b95e53fbbc9f64682aa.tar.bz2
drm/amdgpu: Initialize asic functions for Arcturus
After cherry-picking doorbell rework changes from drm-next branch, Arcturus asic functions pointer need to be initialized to init doorbell index for Arcturus. Signed-off-by: Oak Zeng <Oak.Zeng@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/soc15.c1
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 54d407f0d04f..8b17eeed09ad 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -1012,6 +1012,7 @@ static int soc15_common_early_init(void *handle)
AMD_PG_SUPPORT_RLC_SMU_HS;
break;
case CHIP_ARCTURUS:
+ adev->asic_funcs = &vega20_asic_funcs;
adev->cg_flags = 0;
adev->pg_flags = 0;
break;