drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfs
authorBen Widawsky <ben@bwidawsk.net>
Wed, 14 Aug 2013 09:38:33 +0000 (11:38 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 22 Aug 2013 11:31:51 +0000 (13:31 +0200)
To convert the execbuf code over to use vmas natively we need to
shuffle the exec_list a bit. This patch here just prepares things with
the debugfs code, which also uses the old exec_list list_head, newly
called obj_exec_link.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
[danvet: Split out from Ben's big patch.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found