artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1daede
)
drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini
author
jsg
<jsg@openbsd.org>
Tue, 13 Jun 2023 03:09:53 +0000
(
03:09
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 13 Jun 2023 03:09:53 +0000
(
03:09
+0000)
From Horatio Zhang
59e2439111ac2bd24ea0cecf5825cf06684b2c6c
in linux-6.1.y/6.1.29
08c677cb0b436a96a836792bb35a8ec5de4999c2
in mainline linux
sys/dev/pci/drm/amd/amdgpu/gmc_v10_0.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/amdgpu/gmc_v10_0.c
b/sys/dev/pci/drm/amd/amdgpu/gmc_v10_0.c
index
fae3267
..
4fde713
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/gmc_v10_0.c
+++ b/
sys/dev/pci/drm/amd/amdgpu/gmc_v10_0.c
@@
-1143,7
+1143,6
@@
static int gmc_v10_0_hw_fini(void *handle)
return 0;
}
- amdgpu_irq_put(adev, &adev->gmc.ecc_irq, 0);
amdgpu_irq_put(adev, &adev->gmc.vm_fault, 0);
return 0;