Re: [Intel-gfx] [PATCH 044/190] drm/i915: Move GEM request routines to i915_gem_request.c

2016-03-08 Thread Arun Siluvery
On 08/03/2016 12:58, Tvrtko Ursulin wrote: On 25/02/16 17:52, Arun Siluvery wrote: On 11/01/2016 09:16, Chris Wilson wrote: Migrate the request operations out of the main body of i915_gem.c and into their own C file for easier expansion. v2: Move __i915_add_request() across as well

Re: [Intel-gfx] [PATCH 044/190] drm/i915: Move GEM request routines to i915_gem_request.c

2016-03-08 Thread Tvrtko Ursulin
On 25/02/16 17:52, Arun Siluvery wrote: On 11/01/2016 09:16, Chris Wilson wrote: Migrate the request operations out of the main body of i915_gem.c and into their own C file for easier expansion. v2: Move __i915_add_request() across as well Signed-off-by: Chris Wilson

Re: [Intel-gfx] [PATCH 044/190] drm/i915: Move GEM request routines to i915_gem_request.c

2016-02-25 Thread Arun Siluvery
On 11/01/2016 09:16, Chris Wilson wrote: Migrate the request operations out of the main body of i915_gem.c and into their own C file for easier expansion. v2: Move __i915_add_request() across as well Signed-off-by: Chris Wilson --- don't we lose the history in git

[Intel-gfx] [PATCH 044/190] drm/i915: Move GEM request routines to i915_gem_request.c

2016-01-11 Thread Chris Wilson
Migrate the request operations out of the main body of i915_gem.c and into their own C file for easier expansion. v2: Move __i915_add_request() across as well Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/Makefile | 1 +