Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Hawking Zhang and committed by
Alex Deucher
4d652151 7cd88efd

+3 -1
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
··· 1050 1050 "DDR5", 1051 1051 "LPDDR4", 1052 1052 "LPDDR5", 1053 - "HBM3E" 1053 + "HBM3E", 1054 + "HBM4" 1054 1055 }; 1055 1056 1056 1057 /**
+1
include/uapi/drm/amdgpu_drm.h
··· 1427 1427 #define AMDGPU_VRAM_TYPE_LPDDR4 11 1428 1428 #define AMDGPU_VRAM_TYPE_LPDDR5 12 1429 1429 #define AMDGPU_VRAM_TYPE_HBM3E 13 1430 + #define AMDGPU_VRAM_TYPE_HBM4 14 1430 1431 1431 1432 struct drm_amdgpu_info_device { 1432 1433 /** PCI Device ID */