ttm_round_pot    1437 drivers/gpu/drm/ttm/ttm_bo.c 	size += ttm_round_pot(struct_size);
ttm_round_pot    1438 drivers/gpu/drm/ttm/ttm_bo.c 	size += ttm_round_pot(npages * sizeof(void *));
ttm_round_pot    1439 drivers/gpu/drm/ttm/ttm_bo.c 	size += ttm_round_pot(sizeof(struct ttm_tt));
ttm_round_pot    1451 drivers/gpu/drm/ttm/ttm_bo.c 	size += ttm_round_pot(struct_size);
ttm_round_pot    1452 drivers/gpu/drm/ttm/ttm_bo.c 	size += ttm_round_pot(npages * (2*sizeof(void *) + sizeof(dma_addr_t)));
ttm_round_pot    1453 drivers/gpu/drm/ttm/ttm_bo.c 	size += ttm_round_pot(sizeof(struct ttm_dma_tt));
ttm_round_pot     684 drivers/gpu/drm/ttm/ttm_memory.c EXPORT_SYMBOL(ttm_round_pot);
ttm_round_pot     547 drivers/gpu/drm/vmwgfx/ttm_object.c 	tdev->dma_buf_size = ttm_round_pot(sizeof(struct dma_buf)) +
ttm_round_pot     548 drivers/gpu/drm/vmwgfx/ttm_object.c 		ttm_round_pot(sizeof(struct file));
ttm_round_pot     435 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 	size_t page_array_size = ttm_round_pot(num_pages * sizeof(void *));
ttm_round_pot     438 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 		size_t backend_size = ttm_round_pot(vmw_tt_size);
ttm_round_pot     441 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 			ttm_round_pot(sizeof(struct vmw_buffer_object));
ttm_round_pot     443 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 		  ttm_round_pot(sizeof(struct vmw_user_buffer_object)) +
ttm_round_pot     449 drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 			ttm_round_pot(num_pages * sizeof(dma_addr_t));
ttm_round_pot     343 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 			ttm_round_pot(sizeof(struct vmw_cmdbuf_res_manager)) +
ttm_round_pot     344 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c 			ttm_round_pot(sizeof(struct hlist_head) <<
ttm_round_pot     740 drivers/gpu/drm/vmwgfx/vmwgfx_context.c 		vmw_user_context_size = ttm_round_pot(sizeof(*ctx)) +
ttm_round_pot     578 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 		cotable_acc_size = ttm_round_pot(sizeof(struct vmw_cotable));
ttm_round_pot     313 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	fman->user_fence_size = ttm_round_pot(sizeof(struct vmw_user_fence)) +
ttm_round_pot     315 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	fman->fence_size = ttm_round_pot(sizeof(struct vmw_fence_obj));
ttm_round_pot     317 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		ttm_round_pot(sizeof(struct vmw_event_fence_action));
ttm_round_pot     604 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 		vmw_shader_dx_size = ttm_round_pot(sizeof(*shader));
ttm_round_pot     733 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 			ttm_round_pot(sizeof(struct vmw_user_shader)) +
ttm_round_pot     804 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 			ttm_round_pot(sizeof(struct vmw_shader)) +
ttm_round_pot     162 drivers/gpu/drm/vmwgfx/vmwgfx_simple_resource.c 	account_size = ttm_round_pot(alloc_size) + VMW_IDA_ACC_SIZE +
ttm_round_pot     727 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 		vmw_user_surface_size = ttm_round_pot(sizeof(*user_srf)) +
ttm_round_pot     742 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 		ttm_round_pot(num_sizes * sizeof(struct drm_vmw_size)) +
ttm_round_pot     743 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 		ttm_round_pot(num_sizes * sizeof(struct vmw_surface_offset));
ttm_round_pot    1591 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 		vmw_user_surface_size = ttm_round_pot(sizeof(*user_srf)) +
ttm_round_pot     436 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c 			sgl_size = ttm_round_pot(sizeof(struct scatterlist));
ttm_round_pot     437 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c 			sgt_size = ttm_round_pot(sizeof(struct sg_table));
ttm_round_pot     667 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c 			ttm_round_pot(ttm->num_pages * sizeof(dma_addr_t));
ttm_round_pot     698 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c 			ttm_round_pot(ttm->num_pages * sizeof(dma_addr_t));
ttm_round_pot      94 include/drm/ttm/ttm_memory.h extern size_t ttm_round_pot(size_t size);