]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae245449f53fe8028a6ada4eaccfdcfe2837f91c
treebb9f05044e5ee5e2c184477529a3653894e4d966
parent50616cfda38db0d8426b2902f769a8a39e83cd0d
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]