drm/radeon: fence BO_VAs manually
authorChristian König <christian.koenig@amd.com>
Wed, 19 Nov 2014 13:01:26 +0000 (14:01 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Nov 2014 18:00:18 +0000 (13:00 -0500)
commit94214635f09c9211023730acdff9342fdf100aee
treedb9bc6136929cfad3959c6b23c435420f5382afb
parent7c42bc1aa23fc061a6ff9c2bd9208817bd54ea04
drm/radeon: fence BO_VAs manually

This allows us to finally remove the VM fence and
so allow concurrent use of it from different engines.

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