aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_gem_cma_helper.h
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2017-11-07 20:13:48 +0100
committerNoralf Trønnes <noralf@tronnes.org>2017-11-11 11:25:14 +0100
commitb5e821bb86071bb37624bafe9e4e8f345be89f45 (patch)
tree22851f15543390836d18430d33a7689e688b8566 /include/drm/drm_gem_cma_helper.h
parentdrm/tinydrm: Use drm_gem_cma_print_info() (diff)
downloadwireguard-linux-b5e821bb86071bb37624bafe9e4e8f345be89f45.tar.xz
wireguard-linux-b5e821bb86071bb37624bafe9e4e8f345be89f45.zip
drm/cma-helper: Remove drm_fb_cma_debugfs_show()
drm_fb_cma_debugfs_show() and drm_gem_cma_describe() are superseded by drm_framebuffer_debugfs_init() and drm_gem_cma_print_info(). Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171107191348.17555-13-noralf@tronnes.org
Diffstat (limited to 'include/drm/drm_gem_cma_helper.h')
-rw-r--r--include/drm/drm_gem_cma_helper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/drm/drm_gem_cma_helper.h b/include/drm/drm_gem_cma_helper.h
index 40435f3480e5..76ded75f02cc 100644
--- a/include/drm/drm_gem_cma_helper.h
+++ b/include/drm/drm_gem_cma_helper.h
@@ -87,10 +87,6 @@ unsigned long drm_gem_cma_get_unmapped_area(struct file *filp,
unsigned long flags);
#endif
-#ifdef CONFIG_DEBUG_FS
-void drm_gem_cma_describe(struct drm_gem_cma_object *obj, struct seq_file *m);
-#endif
-
void drm_gem_cma_print_info(struct drm_printer *p, unsigned int indent,
const struct drm_gem_object *obj);