Re: [Intel-gfx] [PATCH 01/18] drm/i915: add page_size_mask to dev_info

2017-04-05 Thread Joonas Lahtinen
On ke, 2017-04-05 at 09:45 +0100, Chris Wilson wrote: > > Also not in this patch. First patch is to set everything to the status > quo. Last patch will be to enable the (completed) feature on the > platforms using. In testing, that enabling patch comes early on to check > bisection of the series.

Re: [Intel-gfx] [PATCH 01/18] drm/i915: add page_size_mask to dev_info

2017-04-05 Thread Chris Wilson
On Wed, Apr 05, 2017 at 09:19:49AM +0300, Joonas Lahtinen wrote: > On ti, 2017-04-04 at 23:11 +0100, Matthew Auld wrote: > > +++ b/drivers/gpu/drm/i915/i915_pci.c > > @@ -56,6 +56,10 @@ > >   .color = { .degamma_lut_size = 65, .gamma_lut_size = 257 } > >   > >  /* Keep in gen based order, and

Re: [Intel-gfx] [PATCH 01/18] drm/i915: add page_size_mask to dev_info

2017-04-05 Thread Chris Wilson
On Tue, Apr 04, 2017 at 11:11:11PM +0100, Matthew Auld wrote: > diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.h > b/drivers/gpu/drm/i915/i915_gem_gtt.h > index fb15684c1d83..27b2b9e681db 100644 > --- a/drivers/gpu/drm/i915/i915_gem_gtt.h > +++ b/drivers/gpu/drm/i915/i915_gem_gtt.h > @@ -42,7

Re: [Intel-gfx] [PATCH 01/18] drm/i915: add page_size_mask to dev_info

2017-04-05 Thread Joonas Lahtinen
Add commit message. On ti, 2017-04-04 at 23:11 +0100, Matthew Auld wrote: > v2: >   - move out pde/pdpe bit definitions until later >   - tidyup the page size definitions, use BIT >   - introduce helper for detecting invalid page sizes > > Signed-off-by: Matthew Auld >

[Intel-gfx] [PATCH 01/18] drm/i915: add page_size_mask to dev_info

2017-04-04 Thread Matthew Auld
v2: - move out pde/pdpe bit definitions until later - tidyup the page size definitions, use BIT - introduce helper for detecting invalid page sizes Signed-off-by: Matthew Auld Cc: Mika Kuoppala Cc: Chris Wilson