]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove the i915_batchbuffer_info debugfs file
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 14 Dec 2011 12:57:26 +0000 (13:57 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 29 Jan 2012 17:34:48 +0000 (18:34 +0100)
commit7d812b9ba4f6af052562ce3e086e1c5adf3a1c46
tree63e346925dce124678a6f2ff70436e837aba46af
parent3a700be7d6fa02e15d5268d6935aee00d0446389
drm/i915: remove the i915_batchbuffer_info debugfs file

With the error_state facility in place, this has outlived it's
usefulness. It also oopses with the lates llc-reloc patches because
it directly access objects through the gtt without any checks.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c