Searched refs:ttm_debugfs_root (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/ttm/ |
| A D | ttm_device.c | 50 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()
|
| A D | ttm_module.h | 39 extern struct dentry *ttm_debugfs_root;
|
| A D | ttm_pool.c | 1327 debugfs_create_file("page_pool", 0444, ttm_debugfs_root, NULL, in ttm_pool_mgr_init() 1329 debugfs_create_file("page_pool_shrink", 0400, ttm_debugfs_root, NULL, in ttm_pool_mgr_init() 1332 fault_create_debugfs_attr("backup_fault_inject", ttm_debugfs_root, in ttm_pool_mgr_init()
|
| A D | ttm_tt.c | 474 debugfs_create_file("tt_shrink", 0400, ttm_debugfs_root, NULL, in ttm_tt_mgr_init()
|
Completed in 10 milliseconds