From: Eric Anholt Date: Fri, 21 May 2010 20:26:39 +0000 (-0700) Subject: drm/i915: Move ringbuffer-related code to intel_ringbuffer.c. X-Git-Tag: v2.6.35-rc2~56^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fdfeaf8b1f487060b6e160e7b5cd90287607c9;p=pandora-kernel.git drm/i915: Move ringbuffer-related code to intel_ringbuffer.c. 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. --- Reading git-diff-tree failed