diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-01-22 02:48:43 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-01-22 02:48:43 +0000 |
commit | ffbeef654be39cb03530ceb289217cbb3a353677 (patch) | |
tree | 173131a57bb2a1fd7e107260aa03cc95a08db96d /sys | |
parent | 4b9aef94eb9f89083692450e3976bc1bedca503c (diff) |
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
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/drm/amd/amdgpu/nbio_v7_9.c | 5 |
1 files changed, 0 insertions, 5 deletions
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); } } |