mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
drm/amdgpu: differentiate between LP and non-LP DDR memory
Some applications want to know whether the memory is LP or not. Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -1018,7 +1018,9 @@ static const char *amdgpu_vram_names[] = {
|
||||
"DDR3",
|
||||
"DDR4",
|
||||
"GDDR6",
|
||||
"DDR5"
|
||||
"DDR5",
|
||||
"LPDDR4",
|
||||
"LPDDR5"
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user