Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/radeon/ !
Dradeon_display.c253 destroy_workqueue(radeon_crtc->flip_queue); in radeon_crtc_destroy()
396 queue_work(radeon_crtc->flip_queue, &work->unpin_work); in radeon_crtc_handle_flip()
602 queue_work(radeon_crtc->flip_queue, &work->flip_work); in radeon_crtc_page_flip_target()
690 radeon_crtc->flip_queue = alloc_workqueue("radeon-crtc", WQ_HIGHPRI, 0); in radeon_crtc_init()
691 if (!radeon_crtc->flip_queue) { in radeon_crtc_init()
Dradeon_mode.h344 struct workqueue_struct *flip_queue; member