Home
last modified time | relevance | path

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

/linux-4.19.296/include/drm/ttm/
Dttm_memory.h66 struct ttm_mem_global { struct
83 extern int ttm_mem_global_init(struct ttm_mem_global *glob); argument
84 extern void ttm_mem_global_release(struct ttm_mem_global *glob);
85 extern int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,
87 extern void ttm_mem_global_free(struct ttm_mem_global *glob,
89 extern int ttm_mem_global_alloc_page(struct ttm_mem_global *glob,
92 extern void ttm_mem_global_free_page(struct ttm_mem_global *glob,
95 extern uint64_t ttm_get_kernel_zone_memory_size(struct ttm_mem_global *glob);
96 extern bool ttm_check_under_lowerlimit(struct ttm_mem_global *glob,
Dttm_page_alloc.h37 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
81 int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
98 static inline int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, in ttm_dma_page_alloc_init()
Dttm_bo_driver.h393 struct ttm_mem_global *mem_glob;
417 struct ttm_mem_global *mem_glob;
Dttm_object.h308 ttm_object_device_init(struct ttm_mem_global *mem_glob,