aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-13drm/amdgpu: fix lost sync_to if scheduler is enabled.Chunming Zhou1-2/+3
2015-11-16drm/amdgpu: wait interruptible when semaphores are disabled v2Christian König1-2/+8
2015-11-04drm/amdgpu: remove AMDGPU_FENCE_OWNER_MOVEChristian König1-2/+2
2015-10-30drm/amdgpu: use common fence for syncChristian König1-10/+11
2015-10-30drm/amdgpu: use the new fence_is_laterChristian König1-17/+13
2015-09-23drm/amdgpu: more scheduler cleanups v2Christian König1-2/+8
2015-09-23drm/amdgpu: rename fence->scheduler to sched v2Christian König1-1/+1
2015-09-23drm/amdgpu: add option to disable semaphoresChristian König1-1/+16
2015-09-02drm/amdgpu: re-work sync_resvChunming Zhou1-6/+18
2015-08-28drm/amdgpu: add scheduler dependency callback v2Christian König1-0/+22
2015-08-25drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou1-8/+37
2015-08-25drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_ringsChristian König1-2/+54
2015-08-25drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou1-1/+1
2015-08-17drm/amdgpu: remove amdgpu_fence_waitChristian König1-3/+3
2015-08-17drm/amdgpu: fix syncing to VM updatesChristian König1-3/+16
2015-08-17drm/amdgpu: disable hw semaphore with schedulerChunming Zhou1-1/+1
2015-08-17drm/amdgpu: deal with foreign fences in amdgpu_syncChristian König1-20/+21
2015-06-03drm/amdgpu: do necessary NULL checkJammy Zhou1-2/+5
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+231