Re: [PATCH 5/6] clients: Fix a few issues in simple-dmabuf-intel

2015-12-03 Thread Derek Foreman
On 24/11/15 01:28 PM, Emmanuel Gil Peyrot wrote: > Those were found while working on simple-dmabuf-v4l, as found in the > next patch of this series. > > After each buffer’s params were ready to be submitted to the > compositor, a roundtrip was done, which is wasteful since we can do it > only once

[PATCH 5/6] clients: Fix a few issues in simple-dmabuf-intel

2015-11-24 Thread Emmanuel Gil Peyrot
Those were found while working on simple-dmabuf-v4l, as found in the next patch of this series. After each buffer’s params were ready to be submitted to the compositor, a roundtrip was done, which is wasteful since we can do it only once after having queued all the params we want. Removing those