summaryrefslogtreecommitdiff
path: root/curvetun/nacl_path.sh
AgeCommit message (Expand)AuthorFilesLines
2013-03-17nacl scripts: include common header and rename build_nacl.shDaniel Borkmann1-5/+9
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+18
r>commita37cfa8be20c5571ca82fac38441592040a2d071 (patch) treeba58b5d5873906084ebb60acfec38ae5e95839f1 parent63edf1b469445e5e254520b0c7b8af6080600892 (diff)
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>
Diffstat