Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_irq.c66 int bin_bo_slot; in vc4_overflow_mem_work() local
77 bin_bo_slot = vc4_v3d_get_bin_slot(vc4); in vc4_overflow_mem_work()
78 if (bin_bo_slot < 0) { in vc4_overflow_mem_work()
104 vc4->bin_alloc_overflow = BIT(bin_bo_slot); in vc4_overflow_mem_work()
106 V3D_WRITE(V3D_BPOA, bo->base.dma_addr + bin_bo_slot * vc4->bin_alloc_size); in vc4_overflow_mem_work()