]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: drop AMDGPU_FENCE_SIGNALED_SEQ
authorChristian König <christian.koenig@amd.com>
Fri, 22 May 2015 08:55:47 +0000 (10:55 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 4 Jun 2015 01:03:50 +0000 (21:03 -0400)
commitcf7ba8069ddea5b248c6efe5de90726d6a3d36ac
tree720c029cc8b39234769d541bb569a3478fabad50
parentd14de026628aa1b6cd815cb4e63921413ee928d0
drm/amdgpu: drop AMDGPU_FENCE_SIGNALED_SEQ

It's causing issues with VMID handling and comparing the
fence value two times actually doesn't make handling faster.

Port of radeon commit "16cf4cd6ff034d4f022913a91026ab2f19278eb6".

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Monk Liu <monk.liu@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c