Home
last modified time | relevance | path

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

/linux-2.6.39/include/drm/ttm/
Dttm_memory.h158 extern size_t ttm_round_pot(size_t size);
/linux-2.6.39/drivers/gpu/drm/ttm/
Dttm_memory.c584 size_t ttm_round_pot(size_t size) in ttm_round_pot() function
600 EXPORT_SYMBOL(ttm_round_pot);
Dttm_bo.c1457 ttm_round_pot(sizeof(struct ttm_tt)) + in ttm_bo_global_init()
1458 ttm_round_pot(sizeof(struct ttm_backend)); in ttm_bo_global_init()
1461 ttm_round_pot(sizeof(struct ttm_buffer_object)); in ttm_bo_global_init()
/linux-2.6.39/drivers/staging/gma500/
Dpsb_ttm_placement_user.c58 ttm_round_pot(sizeof(struct ttm_bo_user_object)); in ttm_pl_size()
/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c762 ttm_round_pot(sizeof(struct vmw_dma_buffer)); in vmw_dmabuf_acc_size()