summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
diff options
context:
space:
mode:
authorKenneth Feng <kenneth.feng@amd.com>2022-11-03 06:36:27 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-11-04 23:05:53 +0300
commit5cefe31b2a34005c83ff45834e21a0578defcbe4 (patch)
tree2219d96937bea44487a061861bd7818f4f740f27 /drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
parentc0cc999f3c32e65a7c88fb323893ddf897b24488 (diff)
downloadlinux-5cefe31b2a34005c83ff45834e21a0578defcbe4.tar.xz
drm/amd/amdgpu: temporary workaround to skip ras error for gc_v11_0_3
temporary workaround to skip ras error for gc_v11_0_3 until IFWI release later Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
index d799359565b8..96b9054c790c 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
@@ -4689,10 +4689,10 @@ static int gfx_v11_0_ras_late_init(void *handle)
ret = amdgpu_ras_feature_enable(adev, gfx_common_if, true);
if (ret)
- dev_err(adev->dev, "Failed to enable gfx11 ras feature\n");
+ dev_warn(adev->dev, "Failed to enable gfx11 ras feature\n");
kfree(gfx_common_if);
- return ret;
+ return 0;
}
static int gfx_v11_0_late_init(void *handle)