Re: [PATCH v2 0/3] GLINK intent preallocation support

2017-10-30 Thread Bjorn Andersson
On Thu 26 Oct 15:28 PDT 2017, Chris Lew wrote: > Intents are used to specify when a channel can receive data from a > remoteproc. Add support for channels to customize the size and amount > of prequeued intents. > > An audio channel might expect to receive 3 packets of size 4k in rapid >

Re: [PATCH v2 0/3] GLINK intent preallocation support

2017-10-30 Thread Bjorn Andersson
On Thu 26 Oct 15:28 PDT 2017, Chris Lew wrote: > Intents are used to specify when a channel can receive data from a > remoteproc. Add support for channels to customize the size and amount > of prequeued intents. > > An audio channel might expect to receive 3 packets of size 4k in rapid >

[PATCH v2 0/3] GLINK intent preallocation support

2017-10-26 Thread Chris Lew
Intents are used to specify when a channel can receive data from a remoteproc. Add support for channels to customize the size and amount of prequeued intents. An audio channel might expect to receive 3 packets of size 4k in rapid succession. This change allows the channel to prepare for this data

[PATCH v2 0/3] GLINK intent preallocation support

2017-10-26 Thread Chris Lew
Intents are used to specify when a channel can receive data from a remoteproc. Add support for channels to customize the size and amount of prequeued intents. An audio channel might expect to receive 3 packets of size 4k in rapid succession. This change allows the channel to prepare for this data