drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3
authorYiPeng Chai <YiPeng.Chai@amd.com>
Tue, 27 Sep 2022 05:16:27 +0000 (13:16 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Oct 2022 21:41:20 +0000 (17:41 -0400)
Enable gmc soft reset on gmc_v11_0_3.

Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/soc21.c

index fdd842a..e080440 100644 (file)
@@ -423,6 +423,7 @@ static bool soc21_need_full_reset(struct amdgpu_device *adev)
        case IP_VERSION(11, 0, 0):
                return amdgpu_ras_is_supported(adev, AMDGPU_RAS_BLOCK__UMC);
        case IP_VERSION(11, 0, 2):
+       case IP_VERSION(11, 0, 3):
                return false;
        default:
                return true;