Re: [PATCHv3 3/3] fpga: altera-cvp: Add Stratix10 (V2) Support

2019-07-29 Thread Thor Thayer
Hi Moritz, On 7/26/19 3:42 PM, Moritz Fischer wrote: On Thu, Jul 25, 2019 at 10:16:48AM -0500, thor.tha...@linux.intel.com wrote: From: Thor Thayer Add Stratix10 specific functions that use a credit mechanism to throttle data to the CvP FIFOs. Add a private structure with function pointers fo

Re: [PATCHv3 3/3] fpga: altera-cvp: Add Stratix10 (V2) Support

2019-07-26 Thread Moritz Fischer
On Thu, Jul 25, 2019 at 10:16:48AM -0500, thor.tha...@linux.intel.com wrote: > From: Thor Thayer > > Add Stratix10 specific functions that use a credit mechanism > to throttle data to the CvP FIFOs. Add a private structure > with function pointers for V1 vs V2 functions. > > Signed-off-by: Thor

[PATCHv3 3/3] fpga: altera-cvp: Add Stratix10 (V2) Support

2019-07-25 Thread thor . thayer
From: Thor Thayer Add Stratix10 specific functions that use a credit mechanism to throttle data to the CvP FIFOs. Add a private structure with function pointers for V1 vs V2 functions. Signed-off-by: Thor Thayer --- v2 Remove inline function declaration Reverse Christmas Tree format for loca