Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_memory.h138 extern int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,
H A Dttm_object.c280 ret = ttm_mem_global_alloc(mem_glob, sizeof(*ref), in ttm_ref_object_add()
H A Dttm_memory.c410 int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, in ttm_mem_global_alloc() function
H A Dttm_bo.c1231 ret = ttm_mem_global_alloc(mem_glob, acc_size, false, false); in ttm_bo_init()