]> 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)
commit72c66dacf65185881be19a5b6ef5b763d1fa3bde
treebb9f05044e5ee5e2c184477529a3653894e4d966
parent680e51b9bef1658802dd6c0a7f4dee07989805d7
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]