Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Dcdma.c479 cdma->slots_free = 0; in host1x_cdma_begin()
495 u32 slots_free = cdma->slots_free; in host1x_cdma_push() local
501 if (slots_free == 0) { in host1x_cdma_push()
503 slots_free = host1x_cdma_wait_locked(cdma, in host1x_cdma_push()
507 cdma->slots_free = slots_free - 1; in host1x_cdma_push()
Dcdma.h75 unsigned int slots_free; /* pb slots free in current submit */ member