From: Chris Wilson Date: Tue, 8 Jan 2013 10:53:15 +0000 (+0000) Subject: drm/i915: Move the execbuffer objects list from the stack into the tracker X-Git-Tag: v3.9-rc1~83^2~36^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcffc3faa692d6b2ef734e4f0c8f097175284db6;p=pandora-kernel.git drm/i915: Move the execbuffer objects list from the stack into the tracker Instead of passing around the eb-objects hashtable and a separate object list, we can include the object list into the eb-objects structure for convenience. Signed-off-by: Chris Wilson Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed