HomeSort by: relevance | last modified time | path
    Searched refs:ttm_round_pot (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_memory.h 97 extern size_t ttm_round_pot(size_t size);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf_res.c 348 ttm_round_pot(sizeof(struct vmw_cmdbuf_res_manager)) +
349 ttm_round_pot(sizeof(struct hlist_head) <<
vmwgfx_bo.c 440 size_t page_array_size = ttm_round_pot(num_pages * sizeof(void *));
443 size_t backend_size = ttm_round_pot(vmw_tt_size);
446 ttm_round_pot(sizeof(struct vmw_buffer_object));
448 ttm_round_pot(sizeof(struct vmw_user_buffer_object)) +
454 ttm_round_pot(num_pages * sizeof(dma_addr_t));
vmwgfx_simple_resource.c 167 account_size = ttm_round_pot(alloc_size) + VMW_IDA_ACC_SIZE +
vmwgfx_ttm_buffer.c 441 sgl_size = ttm_round_pot(sizeof(struct scatterlist));
442 sgt_size = ttm_round_pot(sizeof(struct sg_table));
672 ttm_round_pot(ttm->num_pages * sizeof(dma_addr_t));
703 ttm_round_pot(ttm->num_pages * sizeof(dma_addr_t));
ttm_object.c 554 tdev->dma_buf_size = ttm_round_pot(sizeof(struct dma_buf)) +
555 ttm_round_pot(sizeof(struct file));
vmwgfx_shader.c 609 vmw_shader_dx_size = ttm_round_pot(sizeof(*shader));
738 ttm_round_pot(sizeof(struct vmw_user_shader)) +
809 ttm_round_pot(sizeof(struct vmw_shader)) +
vmwgfx_fence.c 351 fman->user_fence_size = ttm_round_pot(sizeof(struct vmw_user_fence)) +
353 fman->fence_size = ttm_round_pot(sizeof(struct vmw_fence_obj));
355 ttm_round_pot(sizeof(struct vmw_event_fence_action));
vmwgfx_surface.c 757 vmw_user_surface_size = ttm_round_pot(sizeof(*user_srf)) +
772 ttm_round_pot(num_sizes * sizeof(struct drm_vmw_size)) +
773 ttm_round_pot(num_sizes * sizeof(struct vmw_surface_offset));
1635 vmw_user_surface_size = ttm_round_pot(sizeof(*user_srf)) +
2089 acc_size = ttm_round_pot(dirty_size);
vmwgfx_cotable.c 583 cotable_acc_size = ttm_round_pot(sizeof(struct vmw_cotable));
vmwgfx_page_dirty.c 254 acc_size = ttm_round_pot(size);
vmwgfx_context.c 745 vmw_user_context_size = ttm_round_pot(sizeof(*ctx)) +
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 1449 size += ttm_round_pot(struct_size);
1450 size += ttm_round_pot(npages * sizeof(void *));
1451 size += ttm_round_pot(sizeof(struct ttm_tt));
1463 size += ttm_round_pot(struct_size);
1464 size += ttm_round_pot(npages * (2*sizeof(void *) + sizeof(dma_addr_t)));
1465 size += ttm_round_pot(sizeof(struct ttm_dma_tt));
ttm_memory.c 697 size_t ttm_round_pot(size_t size) function in typeref:typename:size_t
713 EXPORT_SYMBOL(ttm_round_pot);

Completed in 68 milliseconds