Searched refs:heap_size (Results 1 – 7 of 7) sorted by relevance
25 size_t old_size = bo->heap_size; in lima_heap_alloc()26 size_t new_size = bo->heap_size ? bo->heap_size * 2 : in lima_heap_alloc()31 if (bo->heap_size >= bo->base.base.size) in lima_heap_alloc()98 bo->heap_size = new_size; in lima_heap_alloc()179 if (bo->heap_size) in lima_gem_pin()189 if (bo->heap_size) in lima_gem_vmap()199 if (bo->heap_size) in lima_gem_mmap()
140 if (bo->heap_size && in lima_gp_task_run()145 bo->heap_size; in lima_gp_task_run()225 if (fail_size == task->heap->heap_size) { in lima_gp_task_recover()238 f[LIMA_GP_PLBU_ALLOC_START_ADDR >> 2] + task->heap->heap_size; in lima_gp_task_recover()
328 size += bo->heap_size ? bo->heap_size : lima_bo_size(bo); in lima_sched_build_error_task_list()377 if (bo->heap_size) { in lima_sched_build_error_task_list()378 buffer_chunk->size = bo->heap_size; in lima_sched_build_error_task_list()380 data = vmap(bo->base.pages, bo->heap_size >> PAGE_SHIFT, in lima_sched_build_error_task_list()
18 size_t heap_size; member
170 size = bo->heap_size ? bo->heap_size : bo_va->node.size; in lima_vm_bo_del()
233 u32 heap_size = seq->payload->dma.size; in efct_sframe_common_send() local263 if (heap_offset > heap_size) { in efct_sframe_common_send()265 heap_offset, heap_size); in efct_sframe_common_send()280 if (heap_offset > heap_size) { in efct_sframe_common_send()282 heap_offset, heap_size); in efct_sframe_common_send()
705 u32 heap_size; /* space available for queues */ member