drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
authorEric Anholt <eric@anholt.net>
Fri, 21 May 2010 20:26:39 +0000 (13:26 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 26 May 2010 19:36:00 +0000 (12:36 -0700)
This is preparation for supporting multiple ringbuffers on Ironlake.
The non-copy-and-paste changes are:
- de-staticing functions
- I915_GEM_GPU_DOMAINS moving to i915_drv.h to be used by both files.
- i915_gem_add_request had only half its implementation
  copy-and-pasted out of the middle of it.


No differences found