Home
last modified time | relevance | path

Searched refs:ttm_round_pot (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_memory.h147 extern size_t ttm_round_pot(size_t size);
H A Dttm_bo.c1316 size += ttm_round_pot(struct_size); in ttm_bo_acc_size()
1318 size += ttm_round_pot(sizeof(struct ttm_tt)); in ttm_bo_acc_size()
1329 size += ttm_round_pot(struct_size); in ttm_bo_dma_acc_size()
1332 size += ttm_round_pot(sizeof(struct ttm_dma_tt)); in ttm_bo_dma_acc_size()
H A Dttm_memory.c452 size_t ttm_round_pot(size_t size) in ttm_round_pot() function