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@xxxxxxxxxxxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxx> Might wanna CC people who are working with the moved functions. Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx