summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
diff options
context:
space:
mode:
authorChris Wilson2018-12-27 13:15:49 +0100
committerChris Wilson2018-12-27 13:54:31 +0100
commit28e52b98b98a9e2cbe9ecd4f04f4d723fd767f56 (patch)
tree1f70ae69e07c4c50f8fa09d242863a5374986b90 /drivers/gpu/drm/i915/i915_gem_gtt.h
parentdrm/i915: Remove duplicate header from i915_request.h (diff)
downloadkernel-qcow2-linux-28e52b98b98a9e2cbe9ecd4f04f4d723fd767f56.tar.gz
kernel-qcow2-linux-28e52b98b98a9e2cbe9ecd4f04f4d723fd767f56.tar.xz
kernel-qcow2-linux-28e52b98b98a9e2cbe9ecd4f04f4d723fd767f56.zip
drm/i915: Remove debugfs/i915_ppgtt_info
The information presented here is not relevant to current development. We can either use the context information, but more often we want to inspect the active gpu state. The ulterior motive is to eradicate dev->filelist. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181227121549.29139-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem_gtt.h')
-rw-r--r--drivers/gpu/drm/i915/i915_gem_gtt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.h b/drivers/gpu/drm/i915/i915_gem_gtt.h
index 4874da09a3c4..e2360f16427a 100644
--- a/drivers/gpu/drm/i915/i915_gem_gtt.h
+++ b/drivers/gpu/drm/i915/i915_gem_gtt.h
@@ -413,8 +413,6 @@ struct i915_hw_ppgtt {
struct i915_page_directory_pointer pdp; /* GEN8+ */
struct i915_page_directory pd; /* GEN6-7 */
};
-
- void (*debug_dump)(struct i915_hw_ppgtt *ppgtt, struct seq_file *m);
};
struct gen6_hw_ppgtt {