commit | b25cb2f8828aca6204d9c93d4d677f27e3ae9fa6 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Wed Aug 14 11:38:33 2013 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Aug 22 13:31:51 2013 +0200 |
tree | 16ccc7d906cfdd6017db13bdaf76334d83bfa40f | |
parent | 99486b8e6140da7721c932e708a6c17dc1dd970a [diff] |
drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfs 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>