drm/amdgpu: correct TA RAP firmware information print error
authorKevin Wang <kevin1.wang@amd.com>
Mon, 1 Mar 2021 02:45:11 +0000 (10:45 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Mar 2021 19:05:05 +0000 (14:05 -0500)
commit3e9e62c780b19a59b9608f8920e6c6b3f5e2a17d
tree399e85e45c67ea3a3faa2a1c91a68daec158c96f
parentdce38c8b029978425c9ede92f7a6f63e0196827d
drm/amdgpu: correct TA RAP firmware information print error

miss RAP TA in loop. (when i == 4)

Fix:
drm/amdgpu: add RAP TA version print in amdgpu_firmware_info

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reported-by: Candice Li <candice.li@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c