[PATCH] drm/exynos: Remove deprecated create_singlethread_workqueue

2016-06-29 Thread Bhaktipriya Shridhar
Please ignore this mail. Thanks, Bhaktipriya On Tue, Jun 28, 2016 at 10:48 PM, Bhaktipriya Shridhar wrote: > The workqueue g2d_workq has only a single workitem(>runqueue_work) > and hence doesn't require ordering. Also, it is not being used on a > memory reclaim path. Hence, the singlethreaded

[PATCH] drm/exynos: Remove deprecated create_singlethread_workqueue

2016-06-29 Thread Bhaktipriya Shridhar
Please ignore this mail. On Tue, Jun 28, 2016 at 10:48 PM, Bhaktipriya Shridhar wrote: > The workqueue g2d_workq has only a single workitem(>runqueue_work) > and hence doesn't require ordering. Also, it is not being used on a > memory reclaim path. Hence, the singlethreaded workqueue has been

[PATCH] drm/exynos: Remove deprecated create_singlethread_workqueue

2016-06-28 Thread Bhaktipriya Shridhar
The workqueue g2d_workq has only a single workitem(>runqueue_work) and hence doesn't require ordering. Also, it is not being used on a memory reclaim path. Hence, the singlethreaded workqueue has been replaced with the use of system_wq. System workqueues have been able to handle high level of