]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu/atomfirmware: fix LPDDR5 width reporting
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Jun 2023 16:43:30 +0000 (12:43 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Jun 2023 19:35:16 +0000 (15:35 -0400)
commitc09b3bf7363db982b17950b8e4f27b0564817301
tree970fc1f176abb6a0ad805953917ef3773a1116bd
parent4e3f85d1c071ed174aa5a7477d499d576412df3b
drm/amdgpu/atomfirmware: fix LPDDR5 width reporting

LPDDR5 channels are 32 bit rather than 64, report the width properly
in the log.

v2: Only LPDDR5 are 32 bits per channel.  DDR5 is 64 bits per channel

Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2468
Acked-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c