Home
last modified time | relevance | path

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

/Linux-v4.19/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.c339 if (cur >= VIA_NUM_BLIT_SLOTS) in via_dmablit_handler()
410 if (slot >= VIA_NUM_BLIT_SLOTS) in via_dmablit_active()
411 slot -= VIA_NUM_BLIT_SLOTS; in via_dmablit_active()
511 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) in via_dmablit_workqueue()
553 blitq->num_free = VIA_NUM_BLIT_SLOTS - 1; in via_init_dmablit()
558 for (j = 0; j < VIA_NUM_BLIT_SLOTS; ++j) in via_init_dmablit()
749 if (blitq->head >= VIA_NUM_BLIT_SLOTS) in via_dmablit()