On to, 2017-01-19 at 14:30 +0000, Chris Wilson wrote:
> On Thu, Jan 19, 2017 at 12:58:46PM +0000, Chris Wilson wrote:
> > 
> > Useful sanity check that the vma is legal to bind inside the address
> > space.
> > 
> > Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk>

<SNIP>

> > +   GEM_BUG_ON(vma->size > vm->total);
> 
> Seconds thoughts, it is probably wiser to bail here with
> ERR_PTR(-E2BIG); We don't check in execbuf and this stops from having to
> write patch 2 as well.

I had similar thoughts, so slap my R-b for that (with same condition).

Regards, Joonas
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to