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)
commitb25cb2f8828aca6204d9c93d4d677f27e3ae9fa6
tree16ccc7d906cfdd6017db13bdaf76334d83bfa40f
parent99486b8e6140da7721c932e708a6c17dc1dd970a
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
This page took 0.025452 seconds and 5 git commands to generate.