accel/habanalabs/gaudi2: add GAUDI2D revision supportGaudi2 with PCI revision ID with the value of '4' represents Gaudi2Ddevice and should be detected and initialized as Gaudi2.Signed-off-by: Fa
accel/habanalabs/gaudi2: add GAUDI2D revision supportGaudi2 with PCI revision ID with the value of '4' represents Gaudi2Ddevice and should be detected and initialized as Gaudi2.Signed-off-by: Farah Kassabri <fkassabri@habana.ai>Reviewed-by: Ofir Bitton <obitton@habana.ai>Signed-off-by: Ofir Bitton <obitton@habana.ai>
show more ...
accel/habanalabs: add support for Gaudi2C deviceGaudi2 with PCI revision ID with the value of '3' represents Gaudi2Cdevice and should be detected and initialized as Gaudi2.Signed-off-by: Oded Ga
accel/habanalabs: add support for Gaudi2C deviceGaudi2 with PCI revision ID with the value of '3' represents Gaudi2Cdevice and should be detected and initialized as Gaudi2.Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
habanalabs: move driver to accel subsystemNow that we have a subsystem for compute accelerators, move thehabanalabs driver to it.This patch only moves the files and fixes the Makefiles. Futurep
habanalabs: move driver to accel subsystemNow that we have a subsystem for compute accelerators, move thehabanalabs driver to it.This patch only moves the files and fixes the Makefiles. Futurepatches will change the existing code to register to the accelsubsystem and expose the accel device char files instead of thehabanalabs device char files.Update the MAINTAINERS file to reflect this change.Signed-off-by: Oded Gabbay <ogabbay@kernel.org>