Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
A Dcdma.c555 cdma->slots_free = 0; in host1x_cdma_begin()
571 u32 slots_free = cdma->slots_free; in host1x_cdma_push() local
577 if (slots_free == 0) { in host1x_cdma_push()
579 slots_free = host1x_cdma_wait_locked(cdma, in host1x_cdma_push()
583 cdma->slots_free = slots_free - 1; in host1x_cdma_push()
604 unsigned int space = cdma->slots_free; in host1x_cdma_push_wide()
619 cdma->slots_free = space - needed; in host1x_cdma_push_wide()
A Dcdma.h64 unsigned int slots_free; /* pb slots free in current submit */ member

Completed in 3 milliseconds