RE: [PATCH 1/3] drm/amdgpu/atomfirmware: fix vram_info fetching for renoir

2020-07-01 Thread Quan, Evan
[AMD Official Use Only - Internal Distribution Only] Series is acked-by: Evan Quan -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Friday, June 26, 2020 6:05 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH 1/3] drm/amdgpu/atomfirmware: fix

Re: [PATCH 1/3] drm/amdgpu/atomfirmware: fix vram_info fetching for renoir

2020-06-30 Thread Alex Deucher
Ping on this series? On Thu, Jun 25, 2020 at 6:05 PM Alex Deucher wrote: > > Renoir uses integrated_system_info table v12. The table > has the same layout as v11 with respect to this data. Just > reuse the existing code for v12 for stable. > > Fixes incorrectly reported vram info in the driver

[PATCH 1/3] drm/amdgpu/atomfirmware: fix vram_info fetching for renoir

2020-06-25 Thread Alex Deucher
Renoir uses integrated_system_info table v12. The table has the same layout as v11 with respect to this data. Just reuse the existing code for v12 for stable. Fixes incorrectly reported vram info in the driver output. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmw