[PATCH 4/7] lib: Add gem_userptr helpers

2015-08-25 Thread Daniel Vetter
On Sun, Aug 23, 2015 at 01:10:42PM +0100, Chris Wilson wrote: > On Wed, Aug 12, 2015 at 08:29:17PM -0300, Tiago Vignatti wrote: > > This patch moves userptr definitions and helpers implementation that were > > locally in gem_userptr_benchmark and gem_userptr_blits to the library, so > > other > >

[PATCH 4/7] lib: Add gem_userptr helpers

2015-08-23 Thread Chris Wilson
On Wed, Aug 12, 2015 at 08:29:17PM -0300, Tiago Vignatti wrote: > This patch moves userptr definitions and helpers implementation that were > locally in gem_userptr_benchmark and gem_userptr_blits to the library, so > other > tests can make use of them as well. There's no functional changes. We h

[PATCH 4/7] lib: Add gem_userptr helpers

2015-08-12 Thread Tiago Vignatti
This patch moves userptr definitions and helpers implementation that were locally in gem_userptr_benchmark and gem_userptr_blits to the library, so other tests can make use of them as well. There's no functional changes. Signed-off-by: Tiago Vignatti --- benchmarks/gem_userptr_benchmark.c | 45 +