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:
Alex Deucher
2022-05-23 11:24:31 -04:00
parent a5457087eb
commit d534ca7128
3 changed files with 11 additions and 3 deletions

View File

@@ -1018,7 +1018,9 @@ static const char *amdgpu_vram_names[] = {
"DDR3",
"DDR4",
"GDDR6",
"DDR5"
"DDR5",
"LPDDR4",
"LPDDR5"
};
/**