Searched refs:tiler_heap (Results 1 – 10 of 10) sorted by relevance
267 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()
534 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()
209 struct panfrost_bo *tiler_heap; member
833 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()
260 bos[bo_idx++] = pdev->tiler_heap->gem_handle; in panvk_per_arch()
56 - panfrost: Increase tiler_heap max allocation to 64MB
561 - panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain
483 - panfrost: Share tiler_heap across batches/contexts
622 - panfrost: Increase tiler_heap max allocation to 64MB
624 bo_handles[submit.bo_handle_count++] = dev->tiler_heap->gem_handle; in panfrost_batch_submit_ioctl()