Searched refs:heap_size (Results 1 – 8 of 8) sorted by relevance
26 size_t old_size = bo->heap_size; in lima_heap_alloc()27 size_t new_size = bo->heap_size ? bo->heap_size * 2 : in lima_heap_alloc()32 if (bo->heap_size >= bo->base.base.size) in lima_heap_alloc()95 bo->heap_size = new_size; in lima_heap_alloc()185 if (bo->heap_size) in lima_gem_pin()195 if (bo->heap_size) in lima_gem_vmap()205 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()244 if (fail_size == task->heap->heap_size) { in lima_gp_task_recover()257 f[LIMA_GP_PLBU_ALLOC_START_ADDR >> 2] + task->heap->heap_size; in lima_gp_task_recover()
309 size += bo->heap_size ? bo->heap_size : lima_bo_size(bo); in lima_sched_build_error_task_list()358 if (bo->heap_size) { in lima_sched_build_error_task_list()359 buffer_chunk->size = bo->heap_size; in lima_sched_build_error_task_list()361 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()
98 u32 heap_size; member
705 u32 heap_size; /* space available for queues */ member