Re: [PATCHv2 2/3] fpga: altera-cvp: Preparation for V2 parts.

2019-07-24 Thread Moritz Fischer
Hi Thor, On Wed, Jul 24, 2019 at 11:59:12AM -0500, Thor Thayer wrote: > Hi Moritz, > > On 7/24/19 9:57 AM, Moritz Fischer wrote: > > On Tue, Jul 23, 2019 at 09:40:51AM -0500, Thor Thayer wrote: > > > Hi Moritz, > > > > > > On 7/21/19 7:59 PM, Moritz Fischer wrote: > > > > Thor, > > > > > > > >

Re: [PATCHv2 2/3] fpga: altera-cvp: Preparation for V2 parts.

2019-07-24 Thread Thor Thayer
Hi Moritz, On 7/24/19 9:57 AM, Moritz Fischer wrote: On Tue, Jul 23, 2019 at 09:40:51AM -0500, Thor Thayer wrote: Hi Moritz, On 7/21/19 7:59 PM, Moritz Fischer wrote: Thor, On Tue, Jul 16, 2019 at 05:48:06PM -0500, thor.tha...@linux.intel.com wrote: From: Thor Thayer In preparation for ad

Re: [PATCHv2 2/3] fpga: altera-cvp: Preparation for V2 parts.

2019-07-24 Thread Moritz Fischer
On Tue, Jul 23, 2019 at 09:40:51AM -0500, Thor Thayer wrote: > Hi Moritz, > > On 7/21/19 7:59 PM, Moritz Fischer wrote: > > Thor, > > > > On Tue, Jul 16, 2019 at 05:48:06PM -0500, thor.tha...@linux.intel.com wrote: > > > From: Thor Thayer > > > > > > In preparation for adding newer V2 parts tha

Re: [PATCHv2 2/3] fpga: altera-cvp: Preparation for V2 parts.

2019-07-23 Thread Thor Thayer
Hi Moritz, On 7/21/19 7:59 PM, Moritz Fischer wrote: Thor, On Tue, Jul 16, 2019 at 05:48:06PM -0500, thor.tha...@linux.intel.com wrote: From: Thor Thayer In preparation for adding newer V2 parts that use a FIFO, reorganize altera_cvp_chk_error() and change the write function to block based.

Re: [PATCHv2 2/3] fpga: altera-cvp: Preparation for V2 parts.

2019-07-21 Thread Moritz Fischer
Thor, On Tue, Jul 16, 2019 at 05:48:06PM -0500, thor.tha...@linux.intel.com wrote: > From: Thor Thayer > > In preparation for adding newer V2 parts that use a FIFO, > reorganize altera_cvp_chk_error() and change the write > function to block based. > V2 parts have a block size matching the FIFO

[PATCHv2 2/3] fpga: altera-cvp: Preparation for V2 parts.

2019-07-16 Thread thor . thayer
From: Thor Thayer In preparation for adding newer V2 parts that use a FIFO, reorganize altera_cvp_chk_error() and change the write function to block based. V2 parts have a block size matching the FIFO while older V1 parts write a 32 bit word at a time. Signed-off-by: Thor Thayer --- v2 Remove i