drm/amdgpu: use dep_sync for CS dependency/syncobj
authorChunming Zhou <david1.zhou@amd.com>
Mon, 13 Nov 2017 02:51:57 +0000 (10:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:47:21 +0000 (12:47 -0500)
commit6f16b4fb60011cbc7d4530e112739ea4416c6ea6
tree5cb67096da4fd40c0de0441eee8c701d9eb59cdc
parent75737cb4eb78c7f185e4700b4aa20cf7a3381aca
drm/amdgpu: use dep_sync for CS dependency/syncobj

Otherwise, they could be optimized by scheduled fence.

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c