Re: [PATCH 07/15] habanalabs: add h/w queues module

2019-01-28 Thread Oded Gabbay
On Fri, Jan 25, 2019 at 9:51 AM Mike Rapoport wrote: > > On Wed, Jan 23, 2019 at 02:00:49AM +0200, Oded Gabbay wrote: > > This patch adds the H/W queues module and the code to initialize Goya's > > various compute and DMA engines and their queues. > > > > Goya has 5 DMA channels, 8 TPC engines and

Re: [PATCH 07/15] habanalabs: add h/w queues module

2019-01-24 Thread Mike Rapoport
On Wed, Jan 23, 2019 at 02:00:49AM +0200, Oded Gabbay wrote: > This patch adds the H/W queues module and the code to initialize Goya's > various compute and DMA engines and their queues. > > Goya has 5 DMA channels, 8 TPC engines and a single MME engine. For each > channel/engine, there is a H/W q

[PATCH 07/15] habanalabs: add h/w queues module

2019-01-22 Thread Oded Gabbay
This patch adds the H/W queues module and the code to initialize Goya's various compute and DMA engines and their queues. Goya has 5 DMA channels, 8 TPC engines and a single MME engine. For each channel/engine, there is a H/W queue logic which is used to pass commands from the user to the H/W. Tha