drm/amdgpu: always force full reset for SOC21
authorjsg <jsg@openbsd.org>
Thu, 18 Apr 2024 01:06:33 +0000 (01:06 +0000)
committerjsg <jsg@openbsd.org>
Thu, 18 Apr 2024 01:06:33 +0000 (01:06 +0000)
From Alex Deucher
fa2df4aa3e3aeae02adc9b4b4f43b7b69b63e5cf in linux-6.6.y/6.6.28
65ff8092e4802f96d87d3d7cde146961f5228265 in mainline linux

sys/dev/pci/drm/amd/amdgpu/soc21.c

index 10aac1b..8600f72 100644 (file)
@@ -449,10 +449,8 @@ static bool soc21_need_full_reset(struct amdgpu_device *adev)
 {
        switch (adev->ip_versions[GC_HWIP][0]) {
        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;
        }