Home
last modified time | relevance | path

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

/linux-5.19.10/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.c341 if (cur >= VIA_NUM_BLIT_SLOTS) in via_dmablit_handler()
412 if (slot >= VIA_NUM_BLIT_SLOTS) in via_dmablit_active()
413 slot -= VIA_NUM_BLIT_SLOTS; in via_dmablit_active()
514 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) in via_dmablit_workqueue()
557 blitq->num_free = VIA_NUM_BLIT_SLOTS - 1; in via_init_dmablit()
562 for (j = 0; j < VIA_NUM_BLIT_SLOTS; ++j) in via_init_dmablit()
754 if (blitq->head >= VIA_NUM_BLIT_SLOTS) in via_dmablit()