Re: [PATCH 1/3] accel/habanalabs: remove unused asic functions

2023-10-01 Thread Ofir Bitton
On 19/09/2023 13:37, Oded Gabbay wrote: > asic_dma_{un}map_single() asic-specific functions are no longer called > from the common code, so delete these functions. > > In addition, delete the gaudi2 implementation as they are also not > called. > > Signed-off-by: Oded Gabbay > --- > drivers/ac

[PATCH 1/3] accel/habanalabs: remove unused asic functions

2023-09-19 Thread Oded Gabbay
asic_dma_{un}map_single() asic-specific functions are no longer called from the common code, so delete these functions. In addition, delete the gaudi2 implementation as they are also not called. Signed-off-by: Oded Gabbay --- drivers/accel/habanalabs/common/habanalabs.h | 8 drivers/a