Re: [Intel-gfx] [PATCH] drm/i915: Move flags describing VMA mappings into the VMA

2014-10-27 Thread Jesse Barnes
On Fri, 24 Oct 2014 16:44:32 +0200 Daniel Vetter wrote: > On Fri, Oct 24, 2014 at 04:43:08PM +0200, Daniel Vetter wrote: > > On Fri, Oct 24, 2014 at 01:09:08PM +0100, Chris Wilson wrote: > > > On Fri, Oct 24, 2014 at 12:42:33PM +0100, Tvrtko Ursulin wrote: > > > > From: Tvrtko Ursulin > > > > >

Re: [Intel-gfx] [PATCH] drm/i915: Move flags describing VMA mappings into the VMA

2014-10-24 Thread Daniel Vetter
On Fri, Oct 24, 2014 at 04:43:08PM +0200, Daniel Vetter wrote: > On Fri, Oct 24, 2014 at 01:09:08PM +0100, Chris Wilson wrote: > > On Fri, Oct 24, 2014 at 12:42:33PM +0100, Tvrtko Ursulin wrote: > > > From: Tvrtko Ursulin > > > > > > If these flags are on the object level it will be more difficul

Re: [Intel-gfx] [PATCH] drm/i915: Move flags describing VMA mappings into the VMA

2014-10-24 Thread Daniel Vetter
On Fri, Oct 24, 2014 at 01:09:08PM +0100, Chris Wilson wrote: > On Fri, Oct 24, 2014 at 12:42:33PM +0100, Tvrtko Ursulin wrote: > > From: Tvrtko Ursulin > > > > If these flags are on the object level it will be more difficult to allow > > for multiple VMAs per object. > > > > v2: Simplification

Re: [Intel-gfx] [PATCH] drm/i915: Move flags describing VMA mappings into the VMA

2014-10-24 Thread Chris Wilson
On Fri, Oct 24, 2014 at 12:42:33PM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > If these flags are on the object level it will be more difficult to allow > for multiple VMAs per object. > > v2: Simplification and cleanup after code review comments (Chris Wilson). > > Signed-off-by: T

[Intel-gfx] [PATCH] drm/i915: Move flags describing VMA mappings into the VMA

2014-10-24 Thread Tvrtko Ursulin
From: Tvrtko Ursulin If these flags are on the object level it will be more difficult to allow for multiple VMAs per object. v2: Simplification and cleanup after code review comments (Chris Wilson). Signed-off-by: Tvrtko Ursulin Cc: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c