]> asedeno.scripts.mit.edu Git - linux.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)
commitd4b7648d6d1774f961f3f6a758d9b009f1f34f05
treefc3deff0c0454045a22a22e609e6d01adb2a7f1f
parentfdb1a2236b07948e83e0a777e1795d4f07e52c33
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