From: Ben Widawsky Date: Wed, 14 Aug 2013 09:38:33 +0000 (+0200) Subject: drm/i915: s/obj->exec_list/obj->obj_exec_link in debugfs X-Git-Tag: v3.12-rc1~136^2~14^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b25cb2f8828aca6204d9c93d4d677f27e3ae9fa6;p=pandora-kernel.git 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 [danvet: Split out from Ben's big patch.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed