Re: [Intel-gfx] [PATCH v2] drm/i915: Fix pages pin counting around swizzle quirk

2016-11-04 Thread Chris Wilson
On Fri, Nov 04, 2016 at 01:43:34PM +0200, Joonas Lahtinen wrote: > On pe, 2016-11-04 at 10:30 +, Chris Wilson wrote: > > @@ -3711,6 +3711,13 @@ i915_get_ggtt_vma_pages(struct i915_vma *vma) > >  { > >   int ret = 0; > >   > > + /* The vma->pages are only valid within the lifespan of the bor

Re: [Intel-gfx] [PATCH v2] drm/i915: Fix pages pin counting around swizzle quirk

2016-11-04 Thread Joonas Lahtinen
On pe, 2016-11-04 at 10:30 +, Chris Wilson wrote: > @@ -3711,6 +3711,13 @@ i915_get_ggtt_vma_pages(struct i915_vma *vma) >  { >   int ret = 0; >   > + /* The vma->pages are only valid within the lifespan of the borrowed > +  * obj->mm.pages. When the obj->mm.pages sg_table is regene

[Intel-gfx] [PATCH v2] drm/i915: Fix pages pin counting around swizzle quirk

2016-11-04 Thread Chris Wilson
commit bc0629a76726 ("drm/i915: Track pages pinned due to swizzling quirk") fixed one problem, but revealed a whole lot more. The root cause of the pin count mismatch for the swizzle quirk (for L-shaped memory on gen3/4) was that we were incrementing the pages_pin_count upon getting the backing pag