]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 20 Aug 2013 12:20:49 +0000 (14:20 +0200)
commitbeddc424a779f1ec371b17563ae012be53d96bbf
treee10cf53337106950cc19ec500545bdb83429e741
parent95236248d40d301bf54920c9192e1733819954c5
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>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c