summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLe Ma <le.ma@amd.com>2019-11-12 10:44:49 +0300
committerAlex Deucher <alexander.deucher@amd.com>2021-03-10 08:02:09 +0300
commitc00a18ec0bd58f348626bd0029f1544427a8feb0 (patch)
tree366a8c0c7d5e6ac1f76739779c78c5f4b1f5ffb3 /drivers/gpu
parent759eb38ed147925527118da3240fc28c063e8639 (diff)
downloadlinux-c00a18ec0bd58f348626bd0029f1544427a8feb0.tar.xz
drm/amdgpu: set ip blocks for aldebaran
Set ip blocks and asic family id Signed-off-by: Le Ma <le.ma@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Acked-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index b4be6d30450d..1f39af03153e 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -2015,6 +2015,7 @@ static int amdgpu_device_ip_early_init(struct amdgpu_device *adev)
case CHIP_RAVEN:
case CHIP_ARCTURUS:
case CHIP_RENOIR:
+ case CHIP_ALDEBARAN:
if (adev->flags & AMD_IS_APU)
adev->family = AMDGPU_FAMILY_RV;
else