aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2017-07-19 09:43:26 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-06-20 15:54:58 -0500
commit107c34bcbf4737b457ca44156aa11e788cbb6b83 (patch)
tree33c2ca66cb66a2c11411e9875edc87b76a828af0 /include/uapi/drm
parentdrm/amdgpu: add navi10 asic type (diff)
downloadlinux-dev-107c34bcbf4737b457ca44156aa11e788cbb6b83.tar.xz
linux-dev-107c34bcbf4737b457ca44156aa11e788cbb6b83.zip
drm/amdgpu: add NV series gpu family id
Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/uapi/drm')
-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 4788730dbe78..571bf550859f 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -1044,6 +1044,7 @@ struct drm_amdgpu_info_vce_clock_table {
#define AMDGPU_FAMILY_CZ 135 /* Carrizo, Stoney */
#define AMDGPU_FAMILY_AI 141 /* Vega10 */
#define AMDGPU_FAMILY_RV 142 /* Raven */
+#define AMDGPU_FAMILY_NV 143 /* Navi10 */
#if defined(__cplusplus)
}