[go: nahoru, domu]

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

/drivers/gpu/drm/i810/
H A Di810_dma.c242 unsigned int last_head = I810_READ(LP_RING + RING_HEAD) & HEAD_ADDR; local
251 if (ring->head != last_head) {
253 last_head = ring->head;
/drivers/gpu/drm/radeon/
H A Dradeon_cp.c1981 u32 last_head = GET_RING_HEAD(dev_priv); local
1994 if (head != last_head)
1996 last_head = head;
/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1511 u32 last_head = INREG(PRI_RING_HEAD) & RING_HEAD_MASK; local
1522 if (dinfo->ring_head != last_head) {
1524 last_head = dinfo->ring_head;

Completed in 76 milliseconds