Re: [Intel-gfx] [PATCH igt] igt/prime_mmap: Test for userptr support first

2018-04-16 Thread Tvrtko Ursulin
On 12/04/2018 19:08, Chris Wilson wrote: Before we start trying to use userptr to test interoperability with PRIME, we first need to check that the device in question has userptr support. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106013 Signed-off-by: Chris Wilson --- tests/prim

[Intel-gfx] [PATCH igt] igt/prime_mmap: Test for userptr support first

2018-04-12 Thread Chris Wilson
Before we start trying to use userptr to test interoperability with PRIME, we first need to check that the device in question has userptr support. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106013 Signed-off-by: Chris Wilson --- tests/prime_mmap.c | 15 +++ 1 file changed