summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorTom St Denis2016-07-06 16:01:39 +0200
committerAlex Deucher2016-07-07 21:06:19 +0200
commitbb06d7ef99272ecf4f3d777b256cbae042888123 (patch)
tree8b83838c4c63df4f73274c4da07cd687e6555831 /drivers/gpu/drm/amd/include/amd_shared.h
parentdrm/amdgpu: clean up ring_backup code, no need more (diff)
downloadkernel-qcow2-linux-bb06d7ef99272ecf4f3d777b256cbae042888123.tar.gz
kernel-qcow2-linux-bb06d7ef99272ecf4f3d777b256cbae042888123.tar.xz
kernel-qcow2-linux-bb06d7ef99272ecf4f3d777b256cbae042888123.zip
drm/amd/powerplay: Unify family defines
s/AMD_FAMILY_/AMDGPU_FAMILY_/ Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
-rw-r--r--drivers/gpu/drm/amd/include/amd_shared.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index afbd8765dc73..a74a0d2ff1ca 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -26,15 +26,6 @@
#define AMD_MAX_USEC_TIMEOUT 100000 /* 100 ms */
/*
-* Supported GPU families (aligned with amdgpu_drm.h)
-*/
-#define AMD_FAMILY_UNKNOWN 0
-#define AMD_FAMILY_CI 120 /* Bonaire, Hawaii */
-#define AMD_FAMILY_KV 125 /* Kaveri, Kabini, Mullins */
-#define AMD_FAMILY_VI 130 /* Iceland, Tonga */
-#define AMD_FAMILY_CZ 135 /* Carrizo */
-
-/*
* Supported ASIC types
*/
enum amd_asic_type {