drm/amdgpu: skip to load ta firmware for navi14
authorXiaojie Yuan <xiaojie.yuan@amd.com>
Fri, 15 Mar 2019 11:10:47 +0000 (19:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:00 +0000 (14:18 -0500)
Not relevant on navi14.

Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c

index 878221a..f6a22da 100644 (file)
@@ -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();