]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1e61b46c439e3d421c0a401ef6f229bc7c1ff5d2
tree84633b4990a2e826b5cf7c8dcd745b658318c8cd
parent98b2cafe307a6a655e59865330d30ef854f1e3b1
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