Re: [Intel-gfx] [PATCH 15/22] drm/i915: Move fence tracking from object to vma

2016-08-16 Thread Joonas Lahtinen
On ti, 2016-08-16 at 11:42 +0100, Chris Wilson wrote: > In order to handle tiled partial GTT mmappings, we need to associate the > fence with an individual vma. > > v2: A couple of silly drops replaced spotted by Joonas Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Sourc

[Intel-gfx] [PATCH 15/22] drm/i915: Move fence tracking from object to vma

2016-08-16 Thread Chris Wilson
In order to handle tiled partial GTT mmappings, we need to associate the fence with an individual vma. v2: A couple of silly drops replaced spotted by Joonas Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c| 16 +- drivers/gpu/drm/i915/i915_drv.h| 82 +++