drm/amdgpu/discovery: fix byteswapping in gc info parsing
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Mar 2022 05:21:34 +0000 (01:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Apr 2022 21:47:09 +0000 (17:47 -0400)
commit8eece29c4ecd5c90c84b7c5f4dbcbcb9a268fc5f
treec9cfb7ceec4893b5200d22ff064cf060c50b7788
parentd1acd68b2b8924c804e1e3cc1bc5fa4d6b76176c
drm/amdgpu/discovery: fix byteswapping in gc info parsing

The table is in little endian format.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c