Searched refs:flip_queue (Results 1 – 2 of 2) sorted by relevance
253 destroy_workqueue(radeon_crtc->flip_queue); in radeon_crtc_destroy()382 queue_work(radeon_crtc->flip_queue, &work->unpin_work); in radeon_crtc_handle_flip()569 queue_work(radeon_crtc->flip_queue, &work->flip_work); in radeon_crtc_page_flip()659 radeon_crtc->flip_queue = create_singlethread_workqueue("radeon-crtc"); in radeon_crtc_init()
338 struct workqueue_struct *flip_queue; member