Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: Shrink objects prior to hibernation

2016-08-25 Thread Joonas Lahtinen
On to, 2016-08-25 at 10:15 +0100, Chris Wilson wrote: > In an attempt to keep the hibernation image as same as possible, let's > try and discard any unwanted pages and our own page arrays. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Sou

[Intel-gfx] [PATCH v2 2/2] drm/i915: Shrink objects prior to hibernation

2016-08-25 Thread Chris Wilson
In an attempt to keep the hibernation image as same as possible, let's try and discard any unwanted pages and our own page arrays. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/gp