aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuchun Chen <[email protected]>2019-09-19 03:08:58 +0000
committerAlex Deucher <[email protected]>2019-10-03 14:11:00 +0000
commite53aec7e41482bccb724a72616f1962a47efaeec (patch)
tree60556c305d4aa17364731713df9b1f62a730a91c
parentdrm/amdgpu/SRIOV: add navi12 pci id for SRIOV (v2) (diff)
downloadkernel-e53aec7e41482bccb724a72616f1962a47efaeec.tar.gz
kernel-e53aec7e41482bccb724a72616f1962a47efaeec.zip
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: Guchun Chen <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 29068b585295..e2f166a32c92 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -152,7 +152,7 @@ struct amdgpu_mgpu_info mgpu_info = {
.mutex = __MUTEX_INITIALIZER(mgpu_info.mutex),
};
int amdgpu_ras_enable = -1;
-uint amdgpu_ras_mask = 0xfffffffb;
+uint amdgpu_ras_mask = 0xffffffff;
/**
* DOC: vramlimit (int)