Re: [Intel-gfx] [PATCH 3/5] drm/i915: Consider object pinned if any VMA is pinned

2015-04-27 Thread Joonas Lahtinen
On pe, 2015-04-24 at 13:29 +0100, Chris Wilson wrote: > On Fri, Apr 24, 2015 at 03:09:39PM +0300, Joonas Lahtinen wrote: > > Do not skip special GGTT views when considering whether an object > > is pinned or not. > > > > Wrong behaviour was introduced in; > > > > commit ec7adb6ee79c8c9fe64d63ad63

Re: [Intel-gfx] [PATCH 3/5] drm/i915: Consider object pinned if any VMA is pinned

2015-04-24 Thread Chris Wilson
On Fri, Apr 24, 2015 at 03:09:39PM +0300, Joonas Lahtinen wrote: > Do not skip special GGTT views when considering whether an object > is pinned or not. > > Wrong behaviour was introduced in; > > commit ec7adb6ee79c8c9fe64d63ad638a31cd62e55515 > Author: Joonas Lahtinen > Date: Mon Mar 16 14:11

[Intel-gfx] [PATCH 3/5] drm/i915: Consider object pinned if any VMA is pinned

2015-04-24 Thread Joonas Lahtinen
Do not skip special GGTT views when considering whether an object is pinned or not. Wrong behaviour was introduced in; commit ec7adb6ee79c8c9fe64d63ad638a31cd62e55515 Author: Joonas Lahtinen Date: Mon Mar 16 14:11:13 2015 +0200 drm/i915: Do not use ggtt_view with (aliasing) PPGTT Cc: Dan