]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commit9269a606866012c472e6dc614fd7b7c0eaa647a2
tree720c029cc8b39234769d541bb569a3478fabad50
parent5fb1941d0ce70d8ce56b12edcb1a1f2ba07629dd
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 "d6d5c5b8364bcc4d52cddc68bcb0a330d2af20f3".

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