mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
asahi: rm dead
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
parent
46c70b72ca
commit
0aa3eaa944
1 changed files with 0 additions and 6 deletions
|
|
@ -991,12 +991,6 @@ agx_batch_add_bo(struct agx_batch *batch, struct agx_bo *bo)
|
|||
BITSET_SET(batch->bo_list.set, bo->handle);
|
||||
}
|
||||
|
||||
static unsigned
|
||||
agx_batch_num_bo(struct agx_batch *batch)
|
||||
{
|
||||
return __bitset_count(batch->bo_list.set, batch->bo_list.word_count);
|
||||
}
|
||||
|
||||
#define AGX_BATCH_FOREACH_BO_HANDLE(batch, handle) \
|
||||
BITSET_FOREACH_SET(handle, (batch)->bo_list.set, \
|
||||
agx_batch_bo_list_bits(batch))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue