]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit425480d34792178ee2dc799f7b8fec9fe8a11a1a
treec5cfc030ecaf0b501cce6777df9646791d9562d6
parentd4138f8329a91e4bb8b7cd91d989881de9074fb9
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