aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorDavid Zhang <[email protected]>2015-07-07 17:05:16 +0000
committerAlex Deucher <[email protected]>2015-08-17 20:50:23 +0000
commit48299f95f75b695329c53a33dd6673ccf1b5a03f (patch)
treec3a31d3a40fd716eae255eb13af7afcae5f49caf /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentdrm/amdgpu: handle conditional support for CIK properly (diff)
downloadkernel-48299f95f75b695329c53a33dd6673ccf1b5a03f.tar.gz
kernel-48299f95f75b695329c53a33dd6673ccf1b5a03f.zip
drm/amdgpu: Add Fiji DID 0x7300 common support
Signed-off-by: David Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index f7a67a142edc..fefeeb2c4918 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -55,6 +55,7 @@ static const char *amdgpu_asic_name[] = {
"MULLINS",
"TOPAZ",
"TONGA",
+ "FIJI",
"CARRIZO",
"LAST",
};
@@ -1160,6 +1161,7 @@ static int amdgpu_early_init(struct amdgpu_device *adev)
switch (adev->asic_type) {
case CHIP_TOPAZ:
case CHIP_TONGA:
+ case CHIP_FIJI:
case CHIP_CARRIZO:
if (adev->asic_type == CHIP_CARRIZO)
adev->family = AMDGPU_FAMILY_CZ;