]> 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)
commit96de0dc8f531c4593f234725356c708c9b4f104d
tree9f94cdf93928dfaf5cd70ac42d3ba7c629c651c4
parentb194ee694e03e8c588be7d10bdcf3452974d9fc8
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