Re: [Mesa-dev] [PATCH v2 0/9] GBM map/unmap support

2016-05-23 Thread Emil Velikov
Hi Rob, all, On 4 May 2016 at 03:02, Rob Herring wrote: > This series adds map and unmap functions to GBM. These are needed to > provide a device independent buffer allocation interface to Android's > gralloc. > > Open questions: > - Need to flush context on unmap? > - Need fences for gralloc loc

[Mesa-dev] [PATCH v2 0/9] GBM map/unmap support

2016-05-03 Thread Rob Herring
This series adds map and unmap functions to GBM. These are needed to provide a device independent buffer allocation interface to Android's gralloc. Open questions: - Need to flush context on unmap? - Need fences for gralloc lockAsync support? Major changes from v1[1]: - Further split up patches -