summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2020-08-28 17:35:12 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-10-05 15:14:03 -0400
commit1e483203965bdab466af0739c1edf7da07da241d (patch)
tree3420ba65393b251f09078a0e4b28e661d9f63201 /include/uapi/drm
parentbf13cb1f4620d63349e302e169f7b3365e39fbfb (diff)
drm/amdgpu: add uapi to define van gogh memory type
This patch adds van gogh memory type as DDR5. Signed-off-by: Huang Rui <ray.huang@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 455badbb1290..41edf27fc1ee 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -946,6 +946,7 @@ struct drm_amdgpu_info_firmware {
#define AMDGPU_VRAM_TYPE_DDR3 7
#define AMDGPU_VRAM_TYPE_DDR4 8
#define AMDGPU_VRAM_TYPE_GDDR6 9
+#define AMDGPU_VRAM_TYPE_DDR5 10
struct drm_amdgpu_info_device {
/** PCI Device ID */