From: Chengming Gui Date: Wed, 14 Oct 2020 07:51:23 +0000 (+0800) Subject: drm/amd/amdgpu: Use IP discovery table for beige goby X-Git-Tag: accepted/tizen/unified/20230118.172025~6864^2~23^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e5f4b098888dc559608d09662e1a32491aa7398;p=platform%2Fkernel%2Flinux-rpi.git drm/amd/amdgpu: Use IP discovery table for beige goby Rather than gpu info firmware. Signed-off-by: Chengming Gui Reviewed-by: Hawking Zhang Reviewed-by: Tao Zhou Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index a0949fc..aeca7b5 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -1821,6 +1821,7 @@ static int amdgpu_device_parse_gpu_info_fw(struct amdgpu_device *adev) case CHIP_SIENNA_CICHLID: case CHIP_NAVY_FLOUNDER: case CHIP_DIMGREY_CAVEFISH: + case CHIP_BEIGE_GOBY: default: return 0; case CHIP_VEGA10: