aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2017-11-09 13:22:54 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-05-15 14:43:53 -0400
commit32cc7e536a546e4e2ad9ac75d02ce07d9d2327f2 (patch)
treef55ebed12471eddacc989b78f753437b68d561a6 /drivers/gpu
parentcc07f18ddb618af5ad28669dcb32b27e2f2312af (diff)
drm/amdgpu: set VEGAM to ASIC family and ip blocks
Signed-off-by: Leo Liu <leo.liu@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/amdgpu_device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 47b65f3a1927..7929ff83f3ed 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -1476,9 +1476,10 @@ static int amdgpu_device_ip_early_init(struct amdgpu_device *adev)
1476 case CHIP_TOPAZ: 1476 case CHIP_TOPAZ:
1477 case CHIP_TONGA: 1477 case CHIP_TONGA:
1478 case CHIP_FIJI: 1478 case CHIP_FIJI:
1479 case CHIP_POLARIS11:
1480 case CHIP_POLARIS10: 1479 case CHIP_POLARIS10:
1480 case CHIP_POLARIS11:
1481 case CHIP_POLARIS12: 1481 case CHIP_POLARIS12:
1482 case CHIP_VEGAM:
1482 case CHIP_CARRIZO: 1483 case CHIP_CARRIZO:
1483 case CHIP_STONEY: 1484 case CHIP_STONEY:
1484 if (adev->asic_type == CHIP_CARRIZO || adev->asic_type == CHIP_STONEY) 1485 if (adev->asic_type == CHIP_CARRIZO || adev->asic_type == CHIP_STONEY)