Re: [Intel-gfx] [PATCH] drm/i915: remove 512GB allocation warning

2017-02-03 Thread Chris Wilson
On Fri, Feb 03, 2017 at 11:03:15AM +0200, Joonas Lahtinen wrote: > On to, 2017-02-02 at 14:55 +, Matthew Auld wrote: > > Now that we have selftests in place exercising truly huge allocations > > we will start to hit the 512GB warning, so now seems like a good time to > > remove it. > > > > Cc:

Re: [Intel-gfx] [PATCH] drm/i915: remove 512GB allocation warning

2017-02-03 Thread Joonas Lahtinen
On to, 2017-02-02 at 14:55 +, Matthew Auld wrote: > Now that we have selftests in place exercising truly huge allocations > we will start to hit the 512GB warning, so now seems like a good time to > remove it. > > Cc: Joonas Lahtinen > Cc: Chris Wilson > Signed-off-by: Matthew Auld Reviewe

Re: [Intel-gfx] [PATCH] drm/i915: remove 512GB allocation warning

2017-02-02 Thread Chris Wilson
On Thu, Feb 02, 2017 at 02:55:00PM +, Matthew Auld wrote: > Now that we have selftests in place exercising truly huge allocations > we will start to hit the 512GB warning, so now seems like a good time to > remove it. Hey! I wrote userspace tests to hit this WARN() a couple of years ago ;) -Ch

[Intel-gfx] [PATCH] drm/i915: remove 512GB allocation warning

2017-02-02 Thread Matthew Auld
Now that we have selftests in place exercising truly huge allocations we will start to hit the 512GB warning, so now seems like a good time to remove it. Cc: Joonas Lahtinen Cc: Chris Wilson Signed-off-by: Matthew Auld --- drivers/gpu/drm/i915/i915_gem_gtt.c | 4 1 file changed, 4 deletio