drm/amdgpu: stop reserving a shared fence for VA updates
authorChristian König <christian.koenig@amd.com>
Mon, 30 Jan 2017 09:24:13 +0000 (10:24 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 Feb 2017 18:50:14 +0000 (13:50 -0500)
commitd7d29553d6a8a18dc3a5038ef8d8f346c6b6dc94
tree9f94cdf93928dfaf5cd70ac42d3ba7c629c651c4
parent2ffdaafb5d5f37bf66da1b775333a7abc2b69563
drm/amdgpu: stop reserving a shared fence for VA updates

We don't add any fences do the buffer, but just use it's address.

Additional to that we don't need a duplicates list here.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c