RE: [PATCH] drm/amdgpu: differenciate between LP and non-LP DDR memory

2022-05-23 Thread Zhang, Hawking
[AMD Official Use Only - General] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Monday, May 23, 2022 23:39 To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu: differenciate between LP and

[PATCH] drm/amdgpu: differenciate between LP and non-LP DDR memory

2022-05-23 Thread Alex Deucher
Some applications want to know whether the memory is LP or not. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 8 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 4 +++- include/uapi/drm/amdgpu_drm.h| 2 ++ 3 files changed, 11 i