From: Zou Nan hai Date: Fri, 21 May 2010 01:08:56 +0000 (+0800) Subject: drm/i915: convert some gem structures to per-ring V2 X-Git-Tag: v2.6.35-rc2~56^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=852835f343146a82a528c3b712b373661d4fa17a;p=pandora-kernel.git drm/i915: convert some gem structures to per-ring V2 The active list and request list move into the ringbuffer structure, so each can track its active objects in the order they are in that ring. The flushing list does not, as it doesn't matter which ring caused data to end up in the render cache. Objects gain a pointer to the ring they are active on (if any). Signed-off-by: Zou Nan hai Signed-off-by: Xiang Hai hao Signed-off-by: Eric Anholt --- Reading git-diff-tree failed