drm/i915: Split i915_gem_batch_pool into its own header
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 7 Apr 2015 15:20:34 +0000 (16:20 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Apr 2015 06:56:03 +0000 (08:56 +0200)
commited9ddd25b2055d29e2106da2a6340e2614d71e86
treebb9f05044e5ee5e2c184477529a3653894e4d966
parent7c27f52509994a874371a0756bee35facf51858b
drm/i915: Split i915_gem_batch_pool into its own header

In the next patch, I want to use the structure elsewhere and so require
it defined earlier. Rather than move the definition to an earlier location
where it feels very odd, place it in its own header file.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem_batch_pool.c
drivers/gpu/drm/i915/i915_gem_batch_pool.h [new file with mode: 0644]