]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix amdgpu_sync_resv v2
authorChristian König <christian.koenig@amd.com>
Fri, 24 Nov 2017 10:41:52 +0000 (11:41 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:48:32 +0000 (12:48 -0500)
commit3cb1a3dc286d2ba30aff16c499e3be24cc888b8a
treefc3deff0c0454045a22a22e609e6d01adb2a7f1f
parentc4807d692002f6e79505f14b11141b215bc4661a
drm/amdgpu: fix amdgpu_sync_resv v2

Fixes a bug introduced by AMDGPU_GEM_CREATE_EXPLICIT_SYNC. We still need
to wait for pipelined moves in the shared fences list.

v2: fix typo

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Andres Rodriguez <andresx7@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c