Home
last modified time | relevance | path

Searched refs:tiler_heap (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_props.c267 dev->tiler_heap = panfrost_bo_create(dev, 64 * 1024 * 1024, in panfrost_open_device()
280 panfrost_bo_unreference(dev->tiler_heap); in panfrost_close_device()
Dpan_cs.c534 cfg.heap_start = dev->tiler_heap->ptr.gpu; in pan_emit_midgard_tiler()
535 cfg.heap_end = dev->tiler_heap->ptr.gpu + dev->tiler_heap->size; in pan_emit_midgard_tiler()
869 heap.size = dev->tiler_heap->size; in GENX()
870 heap.base = dev->tiler_heap->ptr.gpu; in GENX()
871 heap.bottom = dev->tiler_heap->ptr.gpu; in GENX()
872 heap.top = dev->tiler_heap->ptr.gpu + dev->tiler_heap->size; in GENX()
Dpan_device.h209 struct panfrost_bo *tiler_heap; member
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cs.c833 cfg.size = pdev->tiler_heap->size; in panvk_per_arch()
834 cfg.base = pdev->tiler_heap->ptr.gpu; in panvk_per_arch()
835 cfg.bottom = pdev->tiler_heap->ptr.gpu; in panvk_per_arch()
836 cfg.top = pdev->tiler_heap->ptr.gpu + pdev->tiler_heap->size; in panvk_per_arch()
Dpanvk_vX_device.c260 bos[bo_idx++] = pdev->tiler_heap->gem_handle; in panvk_per_arch()
/third_party/mesa3d/docs/relnotes/
D21.1.2.rst56 - panfrost: Increase tiler_heap max allocation to 64MB
D19.3.0.rst561 - panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain
D20.3.0.rst483 - panfrost: Share tiler_heap across batches/contexts
D21.2.0.rst622 - panfrost: Increase tiler_heap max allocation to 64MB
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c624 bo_handles[submit.bo_handle_count++] = dev->tiler_heap->gem_handle; in panfrost_batch_submit_ioctl()