diff options
author | Christian König <christian.koenig@amd.com> | 2016-02-11 11:31:37 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-16 17:25:38 -0500 |
commit | 87d58c11ec17234c4636a588466260a95fec59cb (patch) | |
tree | 8b965b90dd6135aca7dd3558e21fcdbbe73cae25 /drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |
parent | c3874b758ad52708ffdbab3e7c58e70167ce5024 (diff) |
drm/amdgpu: remove page flip work queue v3
Just use the system queue now that we don't block any more.
v2: handle DAL as well.
v3: agd: split DAL changes out
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Mykola Lysenko <mykola.lysenko@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com> (v1)
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h index fdc1be8550da..8d432e6901af 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | |||
@@ -390,7 +390,6 @@ struct amdgpu_crtc { | |||
390 | struct drm_display_mode native_mode; | 390 | struct drm_display_mode native_mode; |
391 | u32 pll_id; | 391 | u32 pll_id; |
392 | /* page flipping */ | 392 | /* page flipping */ |
393 | struct workqueue_struct *pflip_queue; | ||
394 | struct amdgpu_flip_work *pflip_works; | 393 | struct amdgpu_flip_work *pflip_works; |
395 | enum amdgpu_flip_status pflip_status; | 394 | enum amdgpu_flip_status pflip_status; |
396 | int deferred_flip_completion; | 395 | int deferred_flip_completion; |