diff options
| author | Tao Zhou <[email protected]> | 2025-04-03 08:51:20 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-05-13 13:31:40 +0000 |
| 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 | kernel-1df57411a658fd8b411323f8dd0d67e789b9c777.tar.gz kernel-1df57411a658fd8b411323f8dd0d67e789b9c777.zip | |
drm/amd: add definition for new memory type
Support new version of HBM.
Signed-off-by: Tao Zhou <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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" }; /** |
