projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb8b50
)
habanalabs: update firmware header to latest version
author
Oded Gabbay
<ogabbay@kernel.org>
Tue, 13 Jul 2021 07:13:30 +0000
(10:13 +0300)
committer
Oded Gabbay
<ogabbay@kernel.org>
Sun, 29 Aug 2021 06:47:47 +0000
(09:47 +0300)
Add two new fields regarding interrupts communication between driver
and f/w.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/include/common/hl_boot_if.h
patch
|
blob
|
history
diff --git
a/drivers/misc/habanalabs/include/common/hl_boot_if.h
b/drivers/misc/habanalabs/include/common/hl_boot_if.h
index d762bb2f12042fa8e17f202c7a11787d5a7d016f..1f296784fa2bcbad559aeb96c594e51227ed166e 100644
(file)
--- a/
drivers/misc/habanalabs/include/common/hl_boot_if.h
+++ b/
drivers/misc/habanalabs/include/common/hl_boot_if.h
@@
-345,7
+345,9
@@
struct cpu_dyn_regs {
__le32 gic_dma_core_irq_ctrl;
__le32 gic_host_halt_irq;
__le32 gic_host_ints_irq;
- __le32 reserved1[24]; /* reserve for future use */
+ __le32 gic_host_soft_rst_irq;
+ __le32 gic_rot_qm_irq_ctrl;
+ __le32 reserved1[22]; /* reserve for future use */
};
/* TODO: remove the desc magic after the code is updated to use message */