aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorChunming Zhou <David1.Zhou@amd.com>2016-12-07 04:31:19 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 17:40:49 -0400
commit2ca8a5d2ebd12c72c8b3e5ce251a02c0cc7e18b1 (patch)
treea12f83e4751946235168840e9b29775227dcce3b /include/uapi
parent702f9292ad60342a8bb0bd67ff61ab23ed84ab1b (diff)
drm/amdgpu: add RAVEN family id definition
RAVEN is a new APU. Signed-off-by: Chunming Zhou <David1.Zhou@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/drm/amdgpu_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index 56ceb3daaba5..0735f47e6a5b 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -860,6 +860,7 @@ struct drm_amdgpu_info_vce_clock_table {
860#define AMDGPU_FAMILY_VI 130 /* Iceland, Tonga */ 860#define AMDGPU_FAMILY_VI 130 /* Iceland, Tonga */
861#define AMDGPU_FAMILY_CZ 135 /* Carrizo, Stoney */ 861#define AMDGPU_FAMILY_CZ 135 /* Carrizo, Stoney */
862#define AMDGPU_FAMILY_AI 141 /* Vega10 */ 862#define AMDGPU_FAMILY_AI 141 /* Vega10 */
863#define AMDGPU_FAMILY_RV 142 /* Raven */
863 864
864#if defined(__cplusplus) 865#if defined(__cplusplus)
865} 866}