RE: [PATCH] drm/amdgpu/atomfirmware: fix DDR5 width reporting

2023-06-15 Thread Zhang, Hawking
[AMD Official Use Only - General] Acked-by: Hawking Zhang Regards, Hawking -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Thursday, June 15, 2023 21:18 To: Deucher, Alexander Cc: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu/atomfirmware: fix DDR5

Re: [PATCH] drm/amdgpu/atomfirmware: fix DDR5 width reporting

2023-06-15 Thread Alex Deucher
Ping? On Mon, Jun 12, 2023 at 5:47 PM Alex Deucher wrote: > > Ping? > > On Wed, Jun 7, 2023 at 12:46 PM Alex Deucher > wrote: > > > > DDR5 channels are 32 bit rather than 64, report the width properly > > in the log. > > > > Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2468 > > Signed-

Re: [PATCH] drm/amdgpu/atomfirmware: fix DDR5 width reporting

2023-06-12 Thread Alex Deucher
Ping? On Wed, Jun 7, 2023 at 12:46 PM Alex Deucher wrote: > > DDR5 channels are 32 bit rather than 64, report the width properly > in the log. > > Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2468 > Signed-off-by: Alex Deucher > --- > .../gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 20

[PATCH] drm/amdgpu/atomfirmware: fix DDR5 width reporting

2023-06-07 Thread Alex Deucher
DDR5 channels are 32 bit rather than 64, report the width properly in the log. Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2468 Signed-off-by: Alex Deucher --- .../gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 20 +-- 1 file changed, 14 insertions(+), 6 deletions(-) diff