Commit e53aec7e authored by Guchun Chen's avatar Guchun Chen Committed by 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: default avatarGuchun Chen <guchun.chen@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment