drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt
In nbio v7_9, host driver should not issu gpu reset Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Stanley Yang <Stanley.Yang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
0652a1c8a4
commit
884e9b0827
@@ -611,11 +611,6 @@ static void nbio_v7_9_handle_ras_controller_intr_no_bifring(struct amdgpu_device
|
|||||||
|
|
||||||
dev_info(adev->dev, "RAS controller interrupt triggered "
|
dev_info(adev->dev, "RAS controller interrupt triggered "
|
||||||
"by NBIF error\n");
|
"by NBIF error\n");
|
||||||
|
|
||||||
/* ras_controller_int is dedicated for nbif ras error,
|
|
||||||
* not the global interrupt for sync flood
|
|
||||||
*/
|
|
||||||
amdgpu_ras_reset_gpu(adev);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
amdgpu_ras_error_data_fini(&err_data);
|
amdgpu_ras_error_data_fini(&err_data);
|
||||||
|
Reference in New Issue
Block a user