Searched refs:ttm_debugfs_root (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_device.c | 48 struct dentry *ttm_debugfs_root; variable 59 debugfs_remove(ttm_debugfs_root); in ttm_global_release() 80 ttm_debugfs_root = debugfs_create_dir("ttm", NULL); in ttm_global_init() 81 if (IS_ERR(ttm_debugfs_root)) { in ttm_global_init() 82 ttm_debugfs_root = NULL; in ttm_global_init() 115 debugfs_create_atomic_t("buffer_objects", 0444, ttm_debugfs_root, in ttm_global_init() 118 if (ret && ttm_debugfs_root) in ttm_global_init() 119 debugfs_remove(ttm_debugfs_root); in ttm_global_init()
|
H A D | ttm_module.h | 39 extern struct dentry *ttm_debugfs_root;
|
H A D | ttm_pool.c | 809 debugfs_create_file("page_pool", 0444, ttm_debugfs_root, NULL, in ttm_pool_mgr_init() 811 debugfs_create_file("page_pool_shrink", 0400, ttm_debugfs_root, NULL, in ttm_pool_mgr_init()
|