drm/amdgpu: remove page flip work queue v3
authorChristian König <christian.koenig@amd.com>
Thu, 11 Feb 2016 16:31:37 +0000 (17:31 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Feb 2016 22:25:38 +0000 (17:25 -0500)
commit87d58c11ec17234c4636a588466260a95fec59cb
tree8b965b90dd6135aca7dd3558e21fcdbbe73cae25
parentc3874b758ad52708ffdbab3e7c58e70167ce5024
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)
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c