aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <[email protected]>2016-07-16 11:30:44 +0000
committerAlex Deucher <[email protected]>2016-07-29 18:36:55 +0000
commita37cfa8be20c5571ca82fac38441592040a2d071 (patch)
treeba58b5d5873906084ebb60acfec38ae5e95839f1 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parentdrm/amd/powerplay: Delete an unnecessary variable initialisation in phm_dispa... (diff)
downloadkernel-a37cfa8be20c5571ca82fac38441592040a2d071.tar.gz
kernel-a37cfa8be20c5571ca82fac38441592040a2d071.zip
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 <[email protected]> Acked-by: Tejun Heo <[email protected]> Signed-off-by: Bhaktipriya Shridhar <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
0 files changed, 0 insertions, 0 deletions