drm/i915: Move the execbuffer objects list from the stack into the tracker
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 8 Jan 2013 10:53:15 +0000 (10:53 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 17 Jan 2013 21:08:02 +0000 (22:08 +0100)
commitbcffc3faa692d6b2ef734e4f0c8f097175284db6
tree84633b4990a2e826b5cf7c8dcd745b658318c8cd
parent3b96eff447b4ca34ca8ccd42e2651be2955f34b4
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 <chris@chris-wilson.co.uk>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_execbuffer.c