Home
last modified time | relevance | path

Searched refs:ttm_page_alloc_debugfs (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/include/drm/ttm/
Dttm_page_alloc.h62 extern int ttm_page_alloc_debugfs(struct seq_file *m, void *data);
/linux-3.3/drivers/gpu/drm/nouveau/
Dnouveau_debugfs.c180 { "ttm_page_pool", ttm_page_alloc_debugfs, 0, NULL },
/linux-3.3/drivers/gpu/drm/ttm/
Dttm_page_alloc.c913 int ttm_page_alloc_debugfs(struct seq_file *m, void *data) in ttm_page_alloc_debugfs() function
933 EXPORT_SYMBOL(ttm_page_alloc_debugfs);
/linux-3.3/drivers/gpu/drm/radeon/
Dradeon_ttm.c896 radeon_mem_types_list[i].show = &ttm_page_alloc_debugfs; in radeon_ttm_debugfs_init()