Re: [Intel-gfx] [PATCH 1/2] drm/i915: Assert the vma can fit within the address space

2017-01-20 Thread Joonas Lahtinen
On to, 2017-01-19 at 14:30 +, Chris Wilson wrote: > On Thu, Jan 19, 2017 at 12:58:46PM +, Chris Wilson wrote: > > > > Useful sanity check that the vma is legal to bind inside the address > > space. > > > > Signed-off-by: Chris Wilson > > +

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Assert the vma can fit within the address space

2017-01-19 Thread Chris Wilson
On Thu, Jan 19, 2017 at 12:58:46PM +, Chris Wilson wrote: > Useful sanity check that the vma is legal to bind inside the address > space. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_vma.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Assert the vma can fit within the address space

2017-01-19 Thread Joonas Lahtinen
On to, 2017-01-19 at 12:58 +, Chris Wilson wrote: > Useful sanity check that the vma is legal to bind inside the address > space. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Assert the vma can fit within the address space

2017-01-19 Thread Mika Kuoppala
Chris Wilson writes: > Useful sanity check that the vma is legal to bind inside the address > space. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/i915_vma.c | 2 ++ > 1

[Intel-gfx] [PATCH 1/2] drm/i915: Assert the vma can fit within the address space

2017-01-19 Thread Chris Wilson
Useful sanity check that the vma is legal to bind inside the address space. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_vma.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_vma.c b/drivers/gpu/drm/i915/i915_vma.c index