Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/via/
Dvia_dmablit.h36 #define VIA_NUM_BLIT_SLOTS 8 macro
73 drm_via_sg_info_t *blits[VIA_NUM_BLIT_SLOTS];
75 wait_queue_head_t blit_queue[VIA_NUM_BLIT_SLOTS];
Dvia_dmablit.c344 if (cur >= VIA_NUM_BLIT_SLOTS) in via_dmablit_handler()
415 if (slot >= VIA_NUM_BLIT_SLOTS) in via_dmablit_active()
416 slot -= VIA_NUM_BLIT_SLOTS; in via_dmablit_active()
516 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) in via_dmablit_workqueue()
558 blitq->num_free = VIA_NUM_BLIT_SLOTS - 1; in via_init_dmablit()
563 for (j = 0; j < VIA_NUM_BLIT_SLOTS; ++j) in via_init_dmablit()
755 if (blitq->head >= VIA_NUM_BLIT_SLOTS) in via_dmablit()