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

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

Completed in 207 milliseconds