drm/amdgpu: split pipeline sync and vm flush
authorChristian König <christian.koenig@amd.com>
Tue, 1 Mar 2016 14:42:52 +0000 (15:42 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 8 Mar 2016 16:01:49 +0000 (11:01 -0500)
commitb8c7b39ec1db98199df5bee33ca145ed9c2c62e7
tree3a5fe2a5ee2700ee178c33f2c514b7b23ef9a76a
parent971fe9a9414b2ccabc11ff6a5ff6be0d6f2dabda
drm/amdgpu: split pipeline sync and vm flush

This allows us to use the pipeline sync for other tasks as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c