summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_semaphore.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-16drm/radeon: fix indentation.Jérome Glisse1-2/+2
2014-11-20drm/radeon: split semaphore and sync object handling v2Christian König1-150/+4
2014-10-03drm/radeon: cope with foreign fences inside the reservation objectMaarten Lankhorst1-7/+22
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie1-1/+1
2014-09-11drm/radeon: add the infrastructure for concurrent buffer accessChristian König1-3/+35
2014-09-08drm/radeon: fix semaphore value initChristian König1-1/+1
2014-08-18drm/radeon: Only flush HDP cache for indirect buffers from userspaceMichel Dänzer1-1/+1
2014-03-03drm/radeon: drop non blocking allocations from sub allocatorChristian König1-1/+1
2014-02-28drm/radeon: cleanup the fence ring locking codeChristian König1-3/+9
2014-02-18drm/radeon: fix CP semaphores on CIKChristian König1-3/+16
2013-11-15drm/radeon: allow semaphore emission to failChristian König1-32/+95
2013-11-15drm/radeon: add semaphore trace pointChristian König1-1/+5
2013-01-15drm/radeon: improve semaphore debugging on lockupJerome Glisse1-0/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-06-21drm/radeon: rework ring syncing codeChristian König1-46/+25
2012-05-09drm/radeon: rip out the ib poolJerome Glisse1-1/+1
2012-05-09drm/radeon: simplify semaphore handling v2Jerome Glisse1-114/+23
2012-05-09drm/radeon: define new SA interface v3Christian König1-1/+1
2012-05-09drm/radeon: make sa bo a stand alone objectChristian König1-2/+2
2012-05-09drm/radeon: use inline functions to calc sa_bo addrChristian König1-4/+2
2012-05-09drm/radeon: replace the per ring mutex with a global oneChristian König1-23/+19
2012-05-03drm/radeon: fix a bug with the ring syncing codeChristian König1-0/+56
2012-01-05drm/radeon: allocate semaphore from the ib poolJerome Glisse1-70/+87
2011-12-20drm/radeon: rename struct radeon_cp to radeon_ringChristian König1-2/+2
2011-12-20drm/radeon: make some asic pointers per ringChristian König1-2/+2
2011-12-20drm/radeon: make cp variable an arrayChristian König1-2/+2
2011-12-20drm/radeon: make all functions work with multiple rings.Christian König1-2/+2
2011-12-20drm/radeon/kms: add support for semaphores v3Christian König1-0/+161