aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorChengming Gui <Jack.Gui@amd.com>2020-10-14 15:51:23 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-05-19 22:40:36 -0400
commit0e5f4b098888dc559608d09662e1a32491aa7398 (patch)
tree384323be7a3b27fcb9e02530c240ddd140ef3a85 /drivers/gpu/drm
parentdrm/amd/amdgpu: support cp_fw_write_wait for beige_goby (diff)
downloadlinux-dev-0e5f4b098888dc559608d09662e1a32491aa7398.tar.xz
linux-dev-0e5f4b098888dc559608d09662e1a32491aa7398.zip
drm/amd/amdgpu: Use IP discovery table for beige goby
Rather than gpu info firmware. Signed-off-by: Chengming Gui <Jack.Gui@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Tao Zhou <tao.zhou1@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index a0949fce172c..aeca7b5b9419 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: