Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/via/
Dvia_dri1.c93 #define VIA_NUM_BLIT_SLOTS 8 macro
130 drm_via_sg_info_t *blits[VIA_NUM_BLIT_SLOTS];
132 wait_queue_head_t blit_queue[VIA_NUM_BLIT_SLOTS];
1772 if (cur >= VIA_NUM_BLIT_SLOTS) in via_dmablit_handler()
1840 if (slot >= VIA_NUM_BLIT_SLOTS) in via_dmablit_active()
1841 slot -= VIA_NUM_BLIT_SLOTS; in via_dmablit_active()
1932 if (blitq->serviced >= VIA_NUM_BLIT_SLOTS) in via_dmablit_workqueue()
1972 blitq->num_free = VIA_NUM_BLIT_SLOTS - 1; in via_init_dmablit()
1977 for (j = 0; j < VIA_NUM_BLIT_SLOTS; ++j) in via_init_dmablit()
2162 if (blitq->head >= VIA_NUM_BLIT_SLOTS) in via_dmablit()