Bhaktipriya Shridhar a37cfa8be2 drm/radeon: Remove deprecated create_singlethread_workqueue
alloc_workqueue replaces deprecated create_singlethread_workqueue().

Each hardware CRTC has a single flip work queue.
When a radeon_flip_work_func item is queued, it needs to be executed
ASAP because even a slight delay may cause the flip to be delayed by
one refresh cycle.

Hence, a dedicated workqueue with WQ_HIGHPRI set, has been used here
since a delay can cause the outcome to miss the refresh cycle.

Since there are only a fixed number of work items, explicit concurrency
limit is unnecessary here.

Reviewed-by: Christian König <christian.koenig@amd.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2016-07-29 14:36:55 -04:00
..
2016-05-31 11:52:59 -07:00
2016-06-18 06:04:01 -10:00
2016-07-02 15:56:01 +10:00
2016-05-19 11:27:09 -07:00
2016-07-16 06:11:59 +09:00
2016-07-26 17:26:29 +10:00
2016-05-18 16:38:59 -07:00
2016-07-18 11:50:40 +02:00
2016-07-16 09:53:34 +09:00
2016-07-26 17:26:29 +10:00
2016-05-27 15:26:11 -07:00
2016-06-15 09:51:35 +01:00
2016-07-26 17:26:29 +10:00
2016-05-20 21:26:15 -07:00
2016-05-29 22:32:27 -07:00
2016-05-20 18:33:37 -07:00
2016-07-06 07:25:55 -07:00
2016-07-26 17:26:29 +10:00
2016-05-31 21:25:52 -06:00
2016-05-10 01:19:26 -07:00
2016-06-07 12:42:58 +03:00
2016-05-23 11:18:01 -07:00