[Intel-gfx] [PATCH 21/21] drm/i915/gtt: Reorder page alloc/free/init functions

2015-06-11 Thread Mika Kuoppala
Maintain base page handling functions in order of alloc, free, init. No functional changes. v2: s/Introduce/Maintain (Michel) Signed-off-by: Mika Kuoppala Reviewed-by: Michel Thierry --- drivers/gpu/drm/i915/i915_gem_gtt.c | 54 ++--- 1 file changed, 27 insertio

Re: [Intel-gfx] [PATCH 21/21] drm/i915/gtt: Reorder page alloc/free/init functions

2015-06-03 Thread Michel Thierry
On 5/22/2015 6:05 PM, Mika Kuoppala wrote: Introduce base page handling functions in order of alloc, free, init. No functional changes. Can you change this sentence like this? _Keep/Maintain_ base page handling functions in order of alloc, free and init. No functional changes. _Introduce_

[Intel-gfx] [PATCH 21/21] drm/i915/gtt: Reorder page alloc/free/init functions

2015-05-22 Thread Mika Kuoppala
Introduce base page handling functions in order of alloc, free, init. No functional changes. Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/i915_gem_gtt.c | 54 ++--- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_