]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix no sync_wait in copy_buffer
authorChunming Zhou <david1.zhou@amd.com>
Tue, 25 Aug 2015 07:12:26 +0000 (15:12 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Aug 2015 14:53:48 +0000 (10:53 -0400)
commit7c473f50c046c4ced3d896093bcf946c37fb9093
treef03792a740dc9c9eb87dc9bb50ef9085d8ed6fe7
parent86d8bd4efd2725630e9d0478ca4887770c44a77f
drm/amdgpu: fix no sync_wait in copy_buffer

when eviction is happening, if don't handle
dependency, then the fence could be dead off.

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Christian K?nig <christian.koenig@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c