Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf_res.c342 ttm_round_pot(sizeof(struct vmw_cmdbuf_res_manager)) + in vmw_cmdbuf_res_man_size()
343 ttm_round_pot(sizeof(struct hlist_head) << in vmw_cmdbuf_res_man_size()
Dvmwgfx_bo.c436 size_t page_array_size = ttm_round_pot(num_pages * sizeof(void *)); in vmw_bo_acc_size()
439 size_t backend_size = ttm_round_pot(vmw_tt_size); in vmw_bo_acc_size()
442 ttm_round_pot(sizeof(struct vmw_buffer_object)); in vmw_bo_acc_size()
444 ttm_round_pot(sizeof(struct vmw_user_buffer_object)); in vmw_bo_acc_size()
449 ttm_round_pot(num_pages * sizeof(dma_addr_t)); in vmw_bo_acc_size()
Dvmwgfx_ttm_buffer.c443 sgl_size = ttm_round_pot(sizeof(struct scatterlist)); in vmw_ttm_map_dma()
444 sgt_size = ttm_round_pot(sizeof(struct sg_table)); in vmw_ttm_map_dma()
674 ttm_round_pot(ttm->num_pages * sizeof(dma_addr_t)); in vmw_ttm_populate()
705 ttm_round_pot(ttm->num_pages * sizeof(dma_addr_t)); in vmw_ttm_unpopulate()
Dvmwgfx_simple_resource.c162 account_size = ttm_round_pot(alloc_size) + VMW_IDA_ACC_SIZE; in vmw_simple_resource_create_ioctl()
Dvmwgfx_shader.c617 vmw_shader_dx_size = ttm_round_pot(sizeof(*shader)); in vmw_dx_shader_add()
749 ttm_round_pot(sizeof(struct vmw_user_shader)) + 128; in vmw_user_shader_alloc()
823 ttm_round_pot(sizeof(struct vmw_shader)) + 128; in vmw_shader_alloc()
Dvmwgfx_fence.c309 fman->user_fence_size = ttm_round_pot(sizeof(struct vmw_user_fence)); in vmw_fence_manager_init()
310 fman->fence_size = ttm_round_pot(sizeof(struct vmw_fence_obj)); in vmw_fence_manager_init()
312 ttm_round_pot(sizeof(struct vmw_event_fence_action)); in vmw_fence_manager_init()
Dvmwgfx_surface.c733 vmw_user_surface_size = ttm_round_pot(sizeof(*user_srf)) + in vmw_surface_define_ioctl()
748 ttm_round_pot(num_sizes * sizeof(struct drm_vmw_size)) + in vmw_surface_define_ioctl()
749 ttm_round_pot(num_sizes * sizeof(struct vmw_surface_offset)); in vmw_surface_define_ioctl()
1615 vmw_user_surface_size = ttm_round_pot(sizeof(*user_srf)) + in vmw_gb_surface_define_internal()
Dvmwgfx_cotable.c584 cotable_acc_size = ttm_round_pot(sizeof(struct vmw_cotable)); in vmw_cotable_alloc()
Dvmwgfx_context.c766 vmw_user_context_size = ttm_round_pot(sizeof(*ctx)) + 128 + in vmw_context_define()
/Linux-v4.19/include/drm/ttm/
Dttm_memory.h94 extern size_t ttm_round_pot(size_t size);
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo.c1256 size += ttm_round_pot(struct_size); in ttm_bo_acc_size()
1257 size += ttm_round_pot(npages * sizeof(void *)); in ttm_bo_acc_size()
1258 size += ttm_round_pot(sizeof(struct ttm_tt)); in ttm_bo_acc_size()
1270 size += ttm_round_pot(struct_size); in ttm_bo_dma_acc_size()
1271 size += ttm_round_pot(npages * (2*sizeof(void *) + sizeof(dma_addr_t))); in ttm_bo_dma_acc_size()
1272 size += ttm_round_pot(sizeof(struct ttm_dma_tt)); in ttm_bo_dma_acc_size()
Dttm_memory.c675 size_t ttm_round_pot(size_t size) in ttm_round_pot() function
691 EXPORT_SYMBOL(ttm_round_pot);
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()