Home
last modified time | relevance | path

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

/drivers/gpu/drm/vc4/
Dvc4_v3d.c179 slot = ffs(~vc4->bin_alloc_used); in vc4_v3d_get_bin_slot()
183 vc4->bin_alloc_used |= BIT(slot); in vc4_v3d_get_bin_slot()
285 vc4->bin_alloc_used = 0; in bin_bo_alloc()
287 WARN_ON_ONCE(sizeof(vc4->bin_alloc_used) * 8 != in bin_bo_alloc()
Dvc4_irq.c98 vc4->bin_alloc_used &= ~vc4->bin_alloc_overflow; in vc4_overflow_mem_work()
Dvc4_drv.h187 uint32_t bin_alloc_used; member
Dvc4_gem.c974 vc4->bin_alloc_used &= ~exec->bin_slots; in vc4_complete_exec()