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 exercise_mock(struct drm_i915_private *i915, > +

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 mailing list Intel-gfx@lists.fre

[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 a/drivers/gpu/drm/i915/selftests/i915_gem_gt