Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_irq.c63 int bin_bo_slot; in vc4_overflow_mem_work() local
74 bin_bo_slot = vc4_v3d_get_bin_slot(vc4); in vc4_overflow_mem_work()
75 if (bin_bo_slot < 0) { in vc4_overflow_mem_work()
101 vc4->bin_alloc_overflow = BIT(bin_bo_slot); in vc4_overflow_mem_work()
103 V3D_WRITE(V3D_BPOA, bo->base.paddr + bin_bo_slot * vc4->bin_alloc_size); in vc4_overflow_mem_work()