Re: [Intel-gfx] [PATCH v2 02/15] drm/i915: Move reeerve_seqno() next to unreserve_seqno()

2017-02-22 Thread Joonas Lahtinen
Patch title s/reeerve/reserve/. On ke, 2017-02-22 at 11:45 +, Chris Wilson wrote: > Move the companion functions next to each other. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation ___

[Intel-gfx] [PATCH v2 02/15] drm/i915: Move reeerve_seqno() next to unreserve_seqno()

2017-02-22 Thread Chris Wilson
Move the companion functions next to each other. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_request.c | 161 +++- 1 file changed, 77 insertions(+), 84 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem_request.c b/drivers/gpu/drm/i915/i915_ge