]> www.infradead.org Git - users/jedix/linux-maple.git/commit
accel/habanalabs: move hl_eq_heartbeat_event_handle() to common code
authorTomer Tayar <ttayar@habana.ai>
Tue, 12 Mar 2024 14:55:08 +0000 (16:55 +0200)
committerOfir Bitton <obitton@habana.ai>
Sun, 23 Jun 2024 06:53:04 +0000 (09:53 +0300)
commit93a296dde180c65dd1a724d2b52526c352c0b315
tree04e43df4c315a4775c4011213ac7a78a22985cef
parent5f6ad3c64ad14fd1c86999a462f98da04f49d068
accel/habanalabs: move hl_eq_heartbeat_event_handle() to common code

hl_eq_heartbeat_event_handle() doesn't have ASIC specific code, and
therefore can be moved from Gaudi2-only code to common code, and
possibly used for other ASICs.

Signed-off-by: Tomer Tayar <ttayar@habana.ai>
Reviewed-by: Ofir Bitton <obitton@habana.ai>
Signed-off-by: Ofir Bitton <obitton@habana.ai>
drivers/accel/habanalabs/common/device.c
drivers/accel/habanalabs/common/habanalabs.h
drivers/accel/habanalabs/gaudi2/gaudi2.c