Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vc4/
A Dvc4_irq.c68 int bin_bo_slot; in vc4_overflow_mem_work() local
79 bin_bo_slot = vc4_v3d_get_bin_slot(vc4); in vc4_overflow_mem_work()
80 if (bin_bo_slot < 0) { in vc4_overflow_mem_work()
106 vc4->bin_alloc_overflow = BIT(bin_bo_slot); in vc4_overflow_mem_work()
108 V3D_WRITE(V3D_BPOA, bo->base.dma_addr + bin_bo_slot * vc4->bin_alloc_size); in vc4_overflow_mem_work()

Completed in 3 milliseconds