diff options
author | 2025-04-03 16:51:20 +0800 | |
---|---|---|
committer | 2025-05-13 09:31:40 -0400 | |
commit | 1df57411a658fd8b411323f8dd0d67e789b9c777 (patch) | |
tree | 4fe9fde39630568d60c32aa93e195864b9d03d2b /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | Refine RAS bad page records counting and parsing in eeprom V3 (diff) | |
download | wireguard-linux-1df57411a658fd8b411323f8dd0d67e789b9c777.tar.xz wireguard-linux-1df57411a658fd8b411323f8dd0d67e789b9c777.zip |
drm/amd: add definition for new memory type
Support new version of HBM.
Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 3 |
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 dbe57996a481..73403744331a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c @@ -1044,7 +1044,8 @@ static const char * const amdgpu_vram_names[] = { "GDDR6", "DDR5", "LPDDR4", - "LPDDR5" + "LPDDR5", + "HBM3E" }; /** |