Searched refs:ready_last (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Dpxa3xx-gcu.c99 struct pxa3xx_gcu_batch *ready_last; member in struct:pxa3xx_gcu_priv
224 priv->ready = priv->ready_last = NULL;
434 BUG_ON(priv->ready_last == NULL);
436 priv->ready_last->next = buffer;
440 priv->ready_last = buffer;

Completed in 277 milliseconds