drm/i915: Split i915_gem_execbuffer into its own file.
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 25 Nov 2010 18:00:26 +0000 (18:00 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 25 Nov 2010 21:19:25 +0000 (21:19 +0000)
commit54cf91dc4e51fd5070a9a2346377493cc38a1ca9
tree93a2c164b13de36af9c7d7e26df29da9a4b2c371
parent6299f992c0491232f008028a1f40bc9d86c4c76c
drm/i915: Split i915_gem_execbuffer into its own file.

A number of dragons have been seen lurking within the execbuffer code.
The first step is then to isolate them from the rest and begin to
scrutinise them in depth. Suggested by Daniel Vetter.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_gem_execbuffer.c [new file with mode: 0644]