artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d07fdf
)
drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini
author
jsg
<jsg@openbsd.org>
Tue, 13 Jun 2023 03:13:20 +0000
(
03:13
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 13 Jun 2023 03:13:20 +0000
(
03:13
+0000)
From Horatio Zhang
02e6cb9b3aeffc6b0e3955f6e0346293e2415cbc
in linux-6.1.y/6.1.29
13af556104fa93b1945c70bbf8a0a62cd2c92879
in mainline linux
sys/dev/pci/drm/amd/amdgpu/gmc_v11_0.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/amdgpu/gmc_v11_0.c
b/sys/dev/pci/drm/amd/amdgpu/gmc_v11_0.c
index
8da9109
..
2252e10
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/gmc_v11_0.c
+++ b/
sys/dev/pci/drm/amd/amdgpu/gmc_v11_0.c
@@
-932,7
+932,6
@@
static int gmc_v11_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);
gmc_v11_0_gart_disable(adev);