Re: [Intel-gfx] [PATCH 44/46] drm/i915: Add mock tests for GTT/VMA handling

2017-02-09 Thread Joonas Lahtinen
On to, 2017-02-02 at 09:09 +, Chris Wilson wrote: > Use the live tests against the mock ppgtt for quick testing on all > platforms of the VMA layer. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen > +static int

Re: [Intel-gfx] [PATCH 44/46] drm/i915: Add mock tests for GTT/VMA handling

2017-02-08 Thread Matthew Auld
On 2 February 2017 at 09:09, Chris Wilson wrote: > Use the live tests against the mock ppgtt for quick testing on all > platforms of the VMA layer. > > Signed-off-by: Chris Wilson Reviewed-by: Matthew Auld

[Intel-gfx] [PATCH 44/46] drm/i915: Add mock tests for GTT/VMA handling

2017-02-02 Thread Chris Wilson
Use the live tests against the mock ppgtt for quick testing on all platforms of the VMA layer. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/i915_gem_gtt.c | 43 +++ 1 file changed, 43 insertions(+) diff --git