]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: disable FRU access on special SIENNA CICHLID card
authorGuchun Chen <guchun.chen@amd.com>
Wed, 24 Aug 2022 15:00:02 +0000 (23:00 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2022 10:43:48 +0000 (12:43 +0200)
commit2052738ece42521e4be96813db85c8f31d35969e
tree1ed9986c4214333e93f8b5efdaac524ef725b269
parent12c20186d84e72a400070c5ebc80e1c4e5caca47
drm/amdgpu: disable FRU access on special SIENNA CICHLID card

[ Upstream commit c8fea9273fd1be308668496badfcbd55183e0dd3 ]

Below driver load error will be printed, not friendly to end user.

amdgpu: ATOM BIOS: 113-D603GLXE-077
[drm] FRU: Failed to get size field
[drm:amdgpu_fru_get_product_info [amdgpu]] *ERROR* Failed to read FRU Manufacturer, ret:-5

Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c