accel/habanalabs: remove duplicated disable pci msg
authorTal Cohen <talcohen@habana.ai>
Tue, 21 Mar 2023 15:27:24 +0000 (17:27 +0200)
committerOded Gabbay <ogabbay@kernel.org>
Sat, 8 Apr 2023 07:39:33 +0000 (10:39 +0300)
commita855f710f5d40537bc2bf5f924827416653db39f
tree3a7b2ba2468b7ae0a9ca66fc0ab32090b82e89d5
parent9d7fef7c5963b90160099b568f84188f394ebd11
accel/habanalabs: remove duplicated disable pci msg

The disable pci message is sent in reset device. It informs the FW not
to raise more EQs. The Driver may ignore received EQs, when the device
is in disabled mode.
The duplication happens when hard reset is scheduled during compute
reset and also performs 'escalate_reset_flow'.

Signed-off-by: Tal Cohen <talcohen@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
drivers/accel/habanalabs/common/device.c