mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
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>
This commit is contained in:
parent
c0cc999f3c
commit
5cefe31b2a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue