From: jsg Date: Mon, 22 Jan 2024 02:48:42 +0000 (+0000) Subject: drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ae6bd6c512ed07de69388ffc8a582de7e2cb6ba3;p=openbsd drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt From Hawking Zhang 541cb7618a15674ccad4d6878f65fa3241009cb6 in linux-6.6.y/6.6.13 884e9b0827e889a8742e203ccd052101fb0b945d in mainline linux --- diff --git a/sys/dev/pci/drm/amd/amdgpu/nbio_v7_9.c b/sys/dev/pci/drm/amd/amdgpu/nbio_v7_9.c index 97ef1d24b1a..48effaa2d6d 100644 --- a/sys/dev/pci/drm/amd/amdgpu/nbio_v7_9.c +++ b/sys/dev/pci/drm/amd/amdgpu/nbio_v7_9.c @@ -604,11 +604,6 @@ static void nbio_v7_9_handle_ras_controller_intr_no_bifring(struct amdgpu_device dev_info(adev->dev, "RAS controller interrupt triggered " "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); } }