Re: [Intel-gfx] [PATCH 3/3] igt/gem_userptr_blits: Verify that userptr bo work on unshared memory

2014-07-11 Thread Tvrtko Ursulin
On 07/11/2014 10:40 AM, Chris Wilson wrote: If the parent passes a userptr to some private memory, we expect to still be able to use the userptr in the child. Signed-off-by: Chris Wilson --- tests/gem_userptr_blits.c | 52 +++ 1 file changed, 52 i

[Intel-gfx] [PATCH 3/3] igt/gem_userptr_blits: Verify that userptr bo work on unshared memory

2014-07-11 Thread Chris Wilson
If the parent passes a userptr to some private memory, we expect to still be able to use the userptr in the child. Signed-off-by: Chris Wilson --- tests/gem_userptr_blits.c | 52 +++ 1 file changed, 52 insertions(+) diff --git a/tests/gem_userptr_blit