artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
210cc31
)
drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt
author
jsg
<jsg@openbsd.org>
Mon, 22 Jan 2024 02:48:42 +0000
(
02:48
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 22 Jan 2024 02:48:42 +0000
(
02:48
+0000)
From Hawking Zhang
541cb7618a15674ccad4d6878f65fa3241009cb6
in linux-6.6.y/6.6.13
884e9b0827e889a8742e203ccd052101fb0b945d
in mainline linux
sys/dev/pci/drm/amd/amdgpu/nbio_v7_9.c
patch
|
blob
|
history
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
97ef1d2
..
48effaa
100644
(file)
--- 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);
}
}