]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit337944650864b5d6f15496507faf836a667dac28
tree9f94cdf93928dfaf5cd70ac42d3ba7c629c651c4
parent71ab199ec5881bcfb6dfbc95a811e9ba1e22cf2f
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