Re: [Intel-gfx] [PATCH 03/17] drm/i915: align the vma start to the gtt page size

2017-05-16 Thread Chris Wilson
On Tue, May 16, 2017 at 09:29:34AM +0100, Matthew Auld wrote: > When inserting into a 48bit PPGTT we need to align the vma start address > to the required page size boundary. The size will already be aligned so > no padding is needed. > > Signed-off-by: Matthew Auld > Cc:

[Intel-gfx] [PATCH 03/17] drm/i915: align the vma start to the gtt page size

2017-05-16 Thread Matthew Auld
When inserting into a 48bit PPGTT we need to align the vma start address to the required page size boundary. The size will already be aligned so no padding is needed. Signed-off-by: Matthew Auld Cc: Joonas Lahtinen Cc: Chris Wilson