提交 e53aec7e 编写于 作者: G Guchun Chen 提交者: Alex Deucher

drm/amdgpu: enable full ras by default

Enable full ras by default, user does not need to enable it by
boot parameter.
Signed-off-by: NGuchun Chen <guchun.chen@amd.com>
Reviewed-by: NHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 57d4f3b7
...@@ -152,7 +152,7 @@ struct amdgpu_mgpu_info mgpu_info = { ...@@ -152,7 +152,7 @@ struct amdgpu_mgpu_info mgpu_info = {
.mutex = __MUTEX_INITIALIZER(mgpu_info.mutex), .mutex = __MUTEX_INITIALIZER(mgpu_info.mutex),
}; };
int amdgpu_ras_enable = -1; int amdgpu_ras_enable = -1;
uint amdgpu_ras_mask = 0xfffffffb; uint amdgpu_ras_mask = 0xffffffff;
/** /**
* DOC: vramlimit (int) * DOC: vramlimit (int)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册