summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2025-09-12 13:21:09 -0400
committerAlex Deucher <alexander.deucher@amd.com>2025-12-08 13:56:30 -0500
commit4d65215145de002defa985136093566a20fdb435 (patch)
treef9ba83a2b64a9a10e71c761c1b73da8f56cc535f /drivers
parent7cd88efd16f46023d2359430bb49781e879229c7 (diff)
downloadlinux-next-4d65215145de002defa985136093566a20fdb435.tar.gz
linux-next-4d65215145de002defa985136093566a20fdb435.zip
drm/amdgpu: update VRAM types
Update VRAM types. Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_object.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
index e08f58de4b17..926a3f09a776 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
@@ -1050,7 +1050,8 @@ static const char * const amdgpu_vram_names[] = {
"DDR5",
"LPDDR4",
"LPDDR5",
- "HBM3E"
+ "HBM3E",
+ "HBM4"
};
/**