Re: [Intel-gfx] [PATCH 14/37] drm/i915: Simple selftest to exercise live requests

2017-01-12 Thread Chris Wilson
On Thu, Jan 12, 2017 at 12:10:08PM +, Tvrtko Ursulin wrote: > > On 11/01/2017 21:09, Chris Wilson wrote: > >Just create several batches of requests and expect it to not fall over! > > > >Signed-off-by: Chris Wilson > >--- > > drivers/gpu/drm/i915/selftests/i915_gem_request.c | 78 > > ++

Re: [Intel-gfx] [PATCH 14/37] drm/i915: Simple selftest to exercise live requests

2017-01-12 Thread Tvrtko Ursulin
On 11/01/2017 21:09, Chris Wilson wrote: Just create several batches of requests and expect it to not fall over! Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/i915_gem_request.c | 78 ++ .../gpu/drm/i915/selftests/i915_live_selftests.h | 1 + 2 files c

[Intel-gfx] [PATCH 14/37] drm/i915: Simple selftest to exercise live requests

2017-01-11 Thread Chris Wilson
Just create several batches of requests and expect it to not fall over! Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/i915_gem_request.c | 78 ++ .../gpu/drm/i915/selftests/i915_live_selftests.h | 1 + 2 files changed, 79 insertions(+) diff --git a/drive