mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02: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
|
|
@ -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…
Reference in New Issue
Block a user