Re: [Intel-gfx] [PATCH 5/5] drm/i915: Extact compute_partial_view()

2016-12-22 Thread Joonas Lahtinen
Patch title, s/Extact/Extract/ On to, 2016-12-22 at 10:56 +, Chris Wilson wrote: > In order to reuse the partial view for selftesting, extract the common > function for computing the view. > > Signed-off-by: Chris Wilson With that; Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas

[Intel-gfx] [PATCH 5/5] drm/i915: Extact compute_partial_view()

2016-12-22 Thread Chris Wilson
In order to reuse the partial view for selftesting, extract the common function for computing the view. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 48 + 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/drivers/gpu/drm/