Re: [PATCH 2/2] drm/amdgpu: Make default ras error type to none

2019-04-04 Thread Alex Deucher
On Wed, Apr 3, 2019 at 2:30 AM Pan, Xinhui wrote: > > Unless IP has implemented its own ras, use ERROR_NONE as the default > type. > > Signed-off-by: xinhui pan Reviewed-by: Alex Deucher In a future patch, I think we should probably just drop the default enable and just explicitly enable each

[PATCH 2/2] drm/amdgpu: Make default ras error type to none

2019-04-03 Thread Pan, Xinhui
Unless IP has implemented its own ras, use ERROR_NONE as the default type. Signed-off-by: xinhui pan --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c