]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/amdgpu: skip PP_MP1_STATE_UNLOAD on aldebaran
authorFeifei Xu <Feifei.Xu@amd.com>
Mon, 29 Mar 2021 07:56:14 +0000 (15:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Apr 2021 20:47:50 +0000 (16:47 -0400)
This message is not needed on Aldebaran.

Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c

index 389730a38e19accdba68036e914d3d9e2515f99b..9e769cf6095be2862e2011bc52704d82fe4a74e9 100644 (file)
@@ -2172,8 +2172,7 @@ static int psp_load_smu_fw(struct psp_context *psp)
        if ((amdgpu_in_reset(adev) &&
             ras && ras->supported &&
             (adev->asic_type == CHIP_ARCTURUS ||
-             adev->asic_type == CHIP_VEGA20 ||
-             adev->asic_type == CHIP_ALDEBARAN)) ||
+             adev->asic_type == CHIP_VEGA20)) ||
             (adev->in_runpm &&
              adev->asic_type >= CHIP_NAVI10 &&
              adev->asic_type <= CHIP_NAVI12)) {