drm/amdgpu: load asd for sienna cichlid
authorJohn Clements <john.clements@amd.com>
Fri, 17 Jul 2020 06:13:30 +0000 (14:13 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Jul 2020 19:37:38 +0000 (15:37 -0400)
do not abort psp asd load sequence for sienna cichlid

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: John Clements <john.clements@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

index aa80cf7..8034111 100644 (file)
@@ -500,7 +500,6 @@ static int psp_asd_load(struct psp_context *psp)
         * TODO: add version check to make it common
         */
        if (amdgpu_sriov_vf(psp->adev) ||
-           (psp->adev->asic_type == CHIP_SIENNA_CICHLID) ||
            (psp->adev->asic_type == CHIP_NAVY_FLOUNDER))
                return 0;