Skip to content

Commit

Permalink
drm/amd/amdgpu: temporary workaround to skip ras error for gc_v11_0_3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kenneth Feng authored and Alex Deucher committed Nov 4, 2022
1 parent c0cc999 commit 5cefe31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5cefe31

Please sign in to comment.