mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 21:26:14 +01:00
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>
This commit is contained in:
parent
7cd88efd16
commit
4d65215145
2 changed files with 3 additions and 1 deletions
|
|
@ -1050,7 +1050,8 @@ static const char * const amdgpu_vram_names[] = {
|
|||
"DDR5",
|
||||
"LPDDR4",
|
||||
"LPDDR5",
|
||||
"HBM3E"
|
||||
"HBM3E",
|
||||
"HBM4"
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1427,6 +1427,7 @@ struct drm_amdgpu_info_vbios {
|
|||
#define AMDGPU_VRAM_TYPE_LPDDR4 11
|
||||
#define AMDGPU_VRAM_TYPE_LPDDR5 12
|
||||
#define AMDGPU_VRAM_TYPE_HBM3E 13
|
||||
#define AMDGPU_VRAM_TYPE_HBM4 14
|
||||
|
||||
struct drm_amdgpu_info_device {
|
||||
/** PCI Device ID */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue