drm/radeon: sync all BOs involved in a CS v2
authorChristian König <christian.koenig@amd.com>
Thu, 27 Nov 2014 12:12:58 +0000 (13:12 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Dec 2014 20:45:32 +0000 (15:45 -0500)
commit86b276385c6a986872e4cd144f5940b156053c3f
treefae598b1ca324ba3595d537169474071cb88ff24
parent8b62c8c6df08ca567c78afa51aa7bbc554cede06
drm/radeon: sync all BOs involved in a CS v2

Not just the userspace relocs, otherwise we won't wait
for a swapped out page tables to be swapped in again.

v2: rebased on Alex current drm-fixes-3.18

Signed-off-by: Christian König <christian.koenig@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_cs.c