Re: [PATCH 1/2] habanalabs: Replace dma-fence mechanism with completions

2020-08-01 Thread kernel test robot
Hi Oded, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on char-misc/char-misc-testing] [cannot apply to linux/master linus/master v5.8-rc7] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use

Re: [PATCH 1/2] habanalabs: Replace dma-fence mechanism with completions

2020-07-30 Thread Daniel Vetter
On Thu, Jul 30, 2020 at 3:13 PM Oded Gabbay wrote: > > From: Ofir Bitton > > habanalabs driver uses dma-fence mechanism for synchronization. > dma-fence mechanism was designed solely for GPUs, hence we purpose > a simpler mechanism based on completions to replace current > dma-fence objects. > >

Re: [PATCH 1/2] habanalabs: Replace dma-fence mechanism with completions

2020-07-30 Thread kernel test robot
Hi Oded, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on char-misc/char-misc-testing] [also build test WARNING on next-20200730] [cannot apply to linux/master linus/master v5.8-rc7] [If your patch is applied to the wrong git tree, kindly drop us a note. And

[PATCH 1/2] habanalabs: Replace dma-fence mechanism with completions

2020-07-30 Thread Oded Gabbay
From: Ofir Bitton habanalabs driver uses dma-fence mechanism for synchronization. dma-fence mechanism was designed solely for GPUs, hence we purpose a simpler mechanism based on completions to replace current dma-fence objects. Signed-off-by: Ofir Bitton Cc: Greg Kroah-Hartman Cc: Daniel