Home
last modified time | relevance | path

Searched refs:ttm_debugfs_root (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_device.c50 struct dentry *ttm_debugfs_root; variable
61 debugfs_remove(ttm_debugfs_root); in ttm_global_release()
82 ttm_debugfs_root = debugfs_create_dir("ttm", NULL); in ttm_global_init()
83 if (IS_ERR(ttm_debugfs_root)) { in ttm_global_init()
84 ttm_debugfs_root = NULL; in ttm_global_init()
117 debugfs_create_atomic_t("buffer_objects", 0444, ttm_debugfs_root, in ttm_global_init()
120 if (ret && ttm_debugfs_root) in ttm_global_init()
121 debugfs_remove(ttm_debugfs_root); in ttm_global_init()
H A Dttm_module.h39 extern struct dentry *ttm_debugfs_root;