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

2019-07-15 Thread Thor Thayer
Hi Moritz, On 7/14/19 1:55 PM, Moritz Fischer wrote: Hi Thor, On Thu, Jul 11, 2019 at 03:32:50PM -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

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

2019-07-14 Thread Moritz Fischer
Hi Thor, On Thu, Jul 11, 2019 at 03:32:50PM -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. > >

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

2019-07-11 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 --- drivers/fpga/altera-cvp.c | 173