commit | 54cf91dc4e51fd5070a9a2346377493cc38a1ca9 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Nov 25 18:00:26 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Nov 25 21:19:25 2010 +0000 |
tree | 93a2c164b13de36af9c7d7e26df29da9a4b2c371 | |
parent | 6299f992c0491232f008028a1f40bc9d86c4c76c [diff] |
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>