Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_memory.h94 extern size_t ttm_round_pot(size_t size);
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1264 size += ttm_round_pot(struct_size); in ttm_bo_acc_size()
1265 size += ttm_round_pot(npages * sizeof(void *)); in ttm_bo_acc_size()
1266 size += ttm_round_pot(sizeof(struct ttm_tt)); in ttm_bo_acc_size()
1278 size += ttm_round_pot(struct_size); in ttm_bo_dma_acc_size()
1279 size += ttm_round_pot(npages * (2*sizeof(void *) + sizeof(dma_addr_t))); in ttm_bo_dma_acc_size()
1280 size += ttm_round_pot(sizeof(struct ttm_dma_tt)); in ttm_bo_dma_acc_size()
H A Dttm_memory.c572 size_t ttm_round_pot(size_t size) in ttm_round_pot() function
588 EXPORT_SYMBOL(ttm_round_pot);
H A Dttm_object.c525 tdev->dma_buf_size = ttm_round_pot(sizeof(struct dma_buf)) + in ttm_object_device_init()
526 ttm_round_pot(sizeof(struct file)); in ttm_object_device_init()