Searched refs:tiler_heap (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_props.c267 dev->tiler_heap = panfrost_bo_create(dev, 64 * 1024 * 1024,
280 panfrost_bo_unreference(dev->tiler_heap);
H A Dpan_device.h209 struct panfrost_bo *tiler_heap; member in struct:panfrost_device
H A Dpan_cs.c534 cfg.heap_start = dev->tiler_heap->ptr.gpu;
535 cfg.heap_end = dev->tiler_heap->ptr.gpu + dev->tiler_heap->size;
869 heap.size = dev->tiler_heap->size;
870 heap.base = dev->tiler_heap->ptr.gpu;
871 heap.bottom = dev->tiler_heap->ptr.gpu;
872 heap.top = dev->tiler_heap->ptr.gpu + dev->tiler_heap->size;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h134 struct panfrost_memory tiler_heap; member in struct:panfrost_context
H A Dpan_context.c156 .tiler_heap_free = ctx->tiler_heap.gpu,
157 .tiler_heap_end = ctx->tiler_heap.gpu + ctx->tiler_heap.size,
223 .tiler_heap_start = ctx->tiler_heap.gpu,
224 .tiler_heap_end = ctx->tiler_heap.gpu + ctx->tiler_heap.size,
2355 screen->driver->free_slab(screen, &panfrost->tiler_heap);
2510 screen->driver->allocate_slab(screen, &ctx->tiler_heap, 32768, false, PAN_ALLOCATE_INVISIBLE | PAN_ALLOCATE_GROWABLE, 1, 128);
H A Dpan_drm.c235 bo_handles[submit.bo_handle_count++] = ctx->tiler_heap.gem_handle;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_cs.c833 cfg.size = pdev->tiler_heap->size;
834 cfg.base = pdev->tiler_heap->ptr.gpu;
835 cfg.bottom = pdev->tiler_heap->ptr.gpu;
836 cfg.top = pdev->tiler_heap->ptr.gpu + pdev->tiler_heap->size;
H A Dpanvk_vX_device.c260 bos[bo_idx++] = pdev->tiler_heap->gem_handle;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.2.rst56 - panfrost: Increase tiler_heap max allocation to 64MB
H A D19.3.0.rst561 - panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain
H A D20.3.0.rst483 - panfrost: Share tiler_heap across batches/contexts
H A D21.2.0.rst622 - panfrost: Increase tiler_heap max allocation to 64MB
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.c624 bo_handles[submit.bo_handle_count++] = dev->tiler_heap->gem_handle;

Completed in 32 milliseconds