artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e939af5
)
drm/amdgpu: remove unconditional trap enable on add gfx11 queues
author
jsg
<jsg@openbsd.org>
Thu, 2 Feb 2023 04:11:15 +0000
(
04:11
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 2 Feb 2023 04:11:15 +0000
(
04:11
+0000)
From Jonathan Kim
60cd9bb28b973764b43dfa836fc0ac26745d54bd
in linux-6.1.y/6.1.9
2de3769830346e68b3de0f4abc0d8e2625ad9dac
in mainline linux
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
b/sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
index
c304d75
..
0e92045
100644
(file)
--- a/
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
+++ b/
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
@@
-192,7
+192,6
@@
static int mes_v11_0_add_hw_queue(struct amdgpu_mes *mes,
mes_add_queue_pkt.trap_handler_addr = input->tba_addr;
mes_add_queue_pkt.tma_addr = input->tma_addr;
mes_add_queue_pkt.is_kfd_process = input->is_kfd_process;
- mes_add_queue_pkt.trap_en = 1;
/* For KFD, gds_size is re-used for queue size (needed in MES for AQL queues) */
mes_add_queue_pkt.is_aql_queue = input->is_aql_queue;