diff options
author | Huang Rui <ray.huang@amd.com> | 2017-07-18 18:59:24 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-06-20 21:14:42 -0500 |
commit | d67383e6b764957b39667af2754920e38a5eb43e (patch) | |
tree | ce89e03131f57eb6d0f0f20a65861bc96e829072 /include/uapi/drm | |
parent | 107c34bcbf4737b457ca44156aa11e788cbb6b83 (diff) | |
download | linux-d67383e6b764957b39667af2754920e38a5eb43e.tar.gz linux-d67383e6b764957b39667af2754920e38a5eb43e.tar.bz2 linux-d67383e6b764957b39667af2754920e38a5eb43e.zip |
drm/amdgpu: add GDDR6 vram type
New vram type.
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.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 571bf550859f..e1e5e7860570 100644 --- a/include/uapi/drm/amdgpu_drm.h +++ b/include/uapi/drm/amdgpu_drm.h @@ -912,6 +912,7 @@ struct drm_amdgpu_info_firmware { #define AMDGPU_VRAM_TYPE_HBM 6 #define AMDGPU_VRAM_TYPE_DDR3 7 #define AMDGPU_VRAM_TYPE_DDR4 8 +#define AMDGPU_VRAM_TYPE_GDDR6 9 struct drm_amdgpu_info_device { /** PCI Device ID */ |