Re: [Intel-gfx] [PATCH 18/37] drm/i915: Test exhaustion of the mmap space

2017-01-12 Thread Matthew Auld
On 11 January 2017 at 21:09, Chris Wilson wrote: > An unlikely error condition that we can simulate by stealing the most of s/the most/most/ > the range before trying to insert new objects. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/selftests/i915_gem_object.c | 137 > +++

[Intel-gfx] [PATCH 18/37] drm/i915: Test exhaustion of the mmap space

2017-01-11 Thread Chris Wilson
An unlikely error condition that we can simulate by stealing the most of the range before trying to insert new objects. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/selftests/i915_gem_object.c | 137 +++ 1 file changed, 137 insertions(+) diff --git a/drivers/gpu/drm/