aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorSamuel Li <samuel.li@amd.com>2015-10-08 16:31:43 -0400
committerAlex Deucher <alexander.deucher@amd.com>2015-10-21 12:21:31 -0400
commit39bb0c92829ad9d7525fa809aa89fc411c85a2c2 (patch)
tree54fb82565b447b38a6aa727475894fdbcb5c1b63 /include/uapi
parentdrm/amdgpu: add VCE support for Stoney (v2) (diff)
downloadlinux-dev-39bb0c92829ad9d7525fa809aa89fc411c85a2c2.tar.xz
linux-dev-39bb0c92829ad9d7525fa809aa89fc411c85a2c2.zip
drm/amdgpu: update the core VI support for Stoney
Add core VI enablement for Stoney. Signed-off-by: Samuel Li <samuel.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/drm/amdgpu_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index fbdd11851725..e52933a73580 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -640,6 +640,6 @@ struct drm_amdgpu_info_hw_ip {
#define AMDGPU_FAMILY_CI 120 /* Bonaire, Hawaii */
#define AMDGPU_FAMILY_KV 125 /* Kaveri, Kabini, Mullins */
#define AMDGPU_FAMILY_VI 130 /* Iceland, Tonga */
-#define AMDGPU_FAMILY_CZ 135 /* Carrizo */
+#define AMDGPU_FAMILY_CZ 135 /* Carrizo, Stoney */
#endif