bin_bo_slot        63 drivers/gpu/drm/vc4/vc4_irq.c 	int bin_bo_slot;
bin_bo_slot        74 drivers/gpu/drm/vc4/vc4_irq.c 	bin_bo_slot = vc4_v3d_get_bin_slot(vc4);
bin_bo_slot        75 drivers/gpu/drm/vc4/vc4_irq.c 	if (bin_bo_slot < 0) {
bin_bo_slot       101 drivers/gpu/drm/vc4/vc4_irq.c 	vc4->bin_alloc_overflow = BIT(bin_bo_slot);
bin_bo_slot       103 drivers/gpu/drm/vc4/vc4_irq.c 	V3D_WRITE(V3D_BPOA, bo->base.paddr + bin_bo_slot * vc4->bin_alloc_size);