drm/amdgpu: use moving fence instead of exclusive for VM updates
authorChristian König <christian.koenig@amd.com>
Fri, 13 Sep 2019 22:38:07 +0000 (17:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Sep 2019 22:38:38 +0000 (17:38 -0500)
commit629be2039532b61907829f89446445dded1daa0a
treec5cfc030ecaf0b501cce6777df9646791d9562d6
parentfaa695c715e5c9203af824315127037499b33921
drm/amdgpu: use moving fence instead of exclusive for VM updates

Make VM updates depend on the moving fence instead of the exclusive one.

Makes it less likely to actually have a dependency.

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