[Intel-gfx] [PATCH 2/9] drm/i915: Move GEM request routines to i915_gem_request.c
Joonas Lahtinen
joonas.lahtinen at linux.intel.com
Fri Jul 15 10:41:41 UTC 2016
On pe, 2016-07-15 at 11:11 +0100, 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 <chris at chris-wilson.co.uk>
> ---
> drivers/gpu/drm/i915/Makefile | 1 +
> drivers/gpu/drm/i915/i915_drv.h | 209 +---------
> drivers/gpu/drm/i915/i915_gem.c | 655 +------------------------------
> drivers/gpu/drm/i915/i915_gem_request.c | 658 ++++++++++++++++++++++++++++++++
> drivers/gpu/drm/i915/i915_gem_request.h | 238 ++++++++++++
> 5 files changed, 905 insertions(+), 856 deletions(-)
> create mode 100644 drivers/gpu/drm/i915/i915_gem_request.c
> create mode 100644 drivers/gpu/drm/i915/i915_gem_request.h
>
Assuming pure code motion,
Reviewed-by: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
Might wanna CC people who are working with the moved functions.
Regards, Joonas
--
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
More information about the Intel-gfx
mailing list