Re: [Intel-gfx] [PATCH 2/5] drm/i915: Do not make assumptions on GGTT VMA sizes

2015-04-28 Thread Joonas Lahtinen
On ma, 2015-04-27 at 14:55 +0100, Tvrtko Ursulin wrote: > Hi, > > On 04/24/2015 01:09 PM, Joonas Lahtinen wrote: > > > > GGTT VMA sizes might be smaller than the whole object size due to > > different GGTT views. > > > > v2: > > - Separate GGTT view constraint calculations from normal view > >

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Do not make assumptions on GGTT VMA sizes

2015-04-27 Thread Tvrtko Ursulin
Hi, On 04/24/2015 01:09 PM, Joonas Lahtinen wrote: GGTT VMA sizes might be smaller than the whole object size due to different GGTT views. v2: - Separate GGTT view constraint calculations from normal view constraint calculations (Chris Wilson) Cc: Chris Wilson Signed-off-by: Joonas Lahti

[Intel-gfx] [PATCH 2/5] drm/i915: Do not make assumptions on GGTT VMA sizes

2015-04-24 Thread Joonas Lahtinen
GGTT VMA sizes might be smaller than the whole object size due to different GGTT views. v2: - Separate GGTT view constraint calculations from normal view constraint calculations (Chris Wilson) Cc: Chris Wilson Signed-off-by: Joonas Lahtinen --- drivers/gpu/drm/i915/i915_gem.c | 106 +++