VIA_NUM_BLIT_SLOTS  341 drivers/gpu/drm/via/via_dmablit.c 		if (cur >= VIA_NUM_BLIT_SLOTS)
VIA_NUM_BLIT_SLOTS  412 drivers/gpu/drm/via/via_dmablit.c 		if (slot >= VIA_NUM_BLIT_SLOTS)
VIA_NUM_BLIT_SLOTS  413 drivers/gpu/drm/via/via_dmablit.c 			slot -= VIA_NUM_BLIT_SLOTS;
VIA_NUM_BLIT_SLOTS  513 drivers/gpu/drm/via/via_dmablit.c 		if (blitq->serviced >= VIA_NUM_BLIT_SLOTS)
VIA_NUM_BLIT_SLOTS  555 drivers/gpu/drm/via/via_dmablit.c 		blitq->num_free = VIA_NUM_BLIT_SLOTS - 1;
VIA_NUM_BLIT_SLOTS  560 drivers/gpu/drm/via/via_dmablit.c 		for (j = 0; j < VIA_NUM_BLIT_SLOTS; ++j)
VIA_NUM_BLIT_SLOTS  751 drivers/gpu/drm/via/via_dmablit.c 	if (blitq->head >= VIA_NUM_BLIT_SLOTS)
VIA_NUM_BLIT_SLOTS   73 drivers/gpu/drm/via/via_dmablit.h 	drm_via_sg_info_t *blits[VIA_NUM_BLIT_SLOTS];
VIA_NUM_BLIT_SLOTS   75 drivers/gpu/drm/via/via_dmablit.h 	wait_queue_head_t blit_queue[VIA_NUM_BLIT_SLOTS];