habanalabs: add unsupported functions
authorOded Gabbay <ogabbay@kernel.org>
Fri, 24 Jun 2022 13:47:13 +0000 (16:47 +0300)
committerOded Gabbay <ogabbay@kernel.org>
Tue, 12 Jul 2022 06:09:27 +0000 (09:09 +0300)
commit9e17258c78aef93225920970f5a93876097c859f
treed32e790b3353a16e4d21ef71f72e359fb2eac3d3
parentd7bb1ac89b2f5e230ec87659dabd2600897e49ef
habanalabs: add unsupported functions

There are a number of new ASIC-specific functions that were added
for Gaudi2. To make the common code work, we need to define empty
implementations of those functions for Goya and Gaudi.

Some functions will return error if called with Goya/Gaudi.

Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
drivers/misc/habanalabs/gaudi/gaudi.c
drivers/misc/habanalabs/goya/goya.c