Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_v3d.c170 slot = ffs(~vc4->bin_alloc_used); in vc4_v3d_get_bin_slot()
174 vc4->bin_alloc_used |= BIT(slot); in vc4_v3d_get_bin_slot()
274 vc4->bin_alloc_used = 0; in vc4_allocate_bin_bo()
276 WARN_ON_ONCE(sizeof(vc4->bin_alloc_used) * 8 != in vc4_allocate_bin_bo()
Dvc4_irq.c91 vc4->bin_alloc_used &= ~vc4->bin_alloc_overflow; in vc4_overflow_mem_work()
Dvc4_drv.h182 uint32_t bin_alloc_used; member
Dvc4_gem.c961 vc4->bin_alloc_used &= ~exec->bin_slots; in vc4_complete_exec()