diff options
author | Aaron Liu <[email protected]> | 2020-06-19 12:26:40 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-06-04 16:03:05 -0400 |
commit | 90a187d26f526f389525ce98c625c0d88eafe430 (patch) | |
tree | da022ad8f55741177691de6400f124ea8503c2fb | |
parent | ee9236b78b2155544ece975c14f424f518d18bc8 (diff) |
drm/amdgpu: add uapi to define yellow carp series
Add a flag to define yellow carp series.
Signed-off-by: Aaron Liu <[email protected]>
Reviewed-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | include/uapi/drm/amdgpu_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index 91a23187902e..0cbd1540aeac 100644 --- a/include/uapi/drm/amdgpu_drm.h +++ b/include/uapi/drm/amdgpu_drm.h @@ -1134,6 +1134,7 @@ struct drm_amdgpu_info_video_caps { #define AMDGPU_FAMILY_RV 142 /* Raven */ #define AMDGPU_FAMILY_NV 143 /* Navi10 */ #define AMDGPU_FAMILY_VGH 144 /* Van Gogh */ +#define AMDGPU_FAMILY_YC 146 /* Yellow Carp */ #if defined(__cplusplus) } |