Searched refs:tiler_heap (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_props.c | 267 dev->tiler_heap = panfrost_bo_create(dev, 64 * 1024 * 1024, 280 panfrost_bo_unreference(dev->tiler_heap);
|
| H A D | pan_device.h | 209 struct panfrost_bo *tiler_heap; member in struct:panfrost_device
|
| H A D | pan_cs.c | 534 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 D | pan_context.h | 134 struct panfrost_memory tiler_heap; member in struct:panfrost_context
|
| H A D | pan_context.c | 156 .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 D | pan_drm.c | 235 bo_handles[submit.bo_handle_count++] = ctx->tiler_heap.gem_handle;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 833 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 D | panvk_vX_device.c | 260 bos[bo_idx++] = pdev->tiler_heap->gem_handle;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.2.rst | 56 - panfrost: Increase tiler_heap max allocation to 64MB
|
| H A D | 19.3.0.rst | 561 - panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain
|
| H A D | 20.3.0.rst | 483 - panfrost: Share tiler_heap across batches/contexts
|
| H A D | 21.2.0.rst | 622 - panfrost: Increase tiler_heap max allocation to 64MB
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_job.c | 624 bo_handles[submit.bo_handle_count++] = dev->tiler_heap->gem_handle;
|
Completed in 32 milliseconds