From: Xiaojie Yuan Date: Fri, 15 Mar 2019 11:10:47 +0000 (+0800) Subject: drm/amdgpu: skip to load ta firmware for navi14 X-Git-Tag: v5.4-rc1~106^2~17^2~439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e470d287c3f10d03eef25efecad11791691b737c;p=thirdparty%2Flinux.git drm/amdgpu: skip to load ta firmware for navi14 Not relevant on navi14. Signed-off-by: Xiaojie Yuan Reviewed-by: Hawking Zhang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c index 878221afad45a..f6a22da2b3979 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c @@ -162,6 +162,7 @@ static int psp_v11_0_init_microcode(struct psp_context *psp) } break; case CHIP_NAVI10: + case CHIP_NAVI14: break; default: BUG();