summaryrefslogtreecommitdiff
path: root/scripts/setlocalversion
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-06-07 18:20:47 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-06-07 18:20:47 -0700
commit8c596d17b461638be9b12d096e8274b6bd3dd6b6 (patch)
tree2d366832dd0aa2636459d9963e25538f81471041 /scripts/setlocalversion
parentc396d335d89fc0fc21032b478ef610fdd0b08906 (diff)
downloadkernel-linux-4.5.y.tar.gz
Linux 4.5.7linux-4.5.y
Diffstat (limited to 'scripts/setlocalversion')
0 files changed, 0 insertions, 0 deletions
can not free the memory that is mapped to the engine cores. This new API allows the user space to control the running mode. The API call is sync (returns after the cores are set to the requested mode). Signed-off-by: Tal Cohen <talcohen@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org> 2022-07-12habanalabs/gaudi2: modify decoder to use virtual MSI-X doorbellTomer Tayar Modify the decoder wrapper blocks to generate interrupts using the virtual MSI-X doorbell. As a decoder wrapper block cannot write directly to HBW upon completion, it writes instead to SOB which is monitored by a master monitor. When resolved, this monitor will be the one to actually write to the virtual MSI-X doorbell. Signed-off-by: Tomer Tayar <ttayar@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org> 2022-07-12habanalabs/gaudi2: add asic registers header filesOded Gabbay Add the relevant GAUDI2 ASIC registers header files. These files are generated automatically from a tool maintained by the VLSI engineers. There are more files which are not upstreamed because only very few defines from those files are used in the driver. For those files, I copied the relevant defines into gaudi2_regs.h and gaudi2_masks.h, to reduce the size of this patch. Signed-off-by: Oded Gabbay <ogabbay@kernel.org>