aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_ring.c
AgeCommit message (Expand)Author
2013-10-05drm/radeon: Make r100_cp_ring_info() and radeon_ring_gfx() safe (v2)Alex Ivanov
2013-08-04drm/radeon: allow selection of alignment in the sub-allocatorAlex Deucher
2013-06-20drm/radeon: update lockup tracking when scheduling in empty ringJerome Glisse
2013-04-16drm/radeon: Always flush the VMJerome Glisse
2013-04-09drm/radeon: UVD bringup v8Christian König
2013-02-01drm/radeon: use IBs for VM page table updates v2Alex Deucher
2013-01-31drm/radeon: prevent crash in the ring space allocationAlex Deucher
2013-01-15drm/radeon: improve semaphore debugging on lockupJerome Glisse
2013-01-03drm/radeon: improve ring debugfs printingJerome Glisse
2013-01-03drm/radeon: add debugfs file for dma ringsJerome Glisse
2012-11-26radeon: Fix typo and copy/paste error in commentsPaul Bolle
2012-10-15drm/radeon: fix spelling typos in debugging outputThomas Friebel
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02drm/radeon: rework the vm_flush interfaceAlex Deucher
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-09-20drm/radeon: move IB pool to 1MB offsetChristian König
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen
2012-09-20drm/radeon: make VM flushs a ring operationChristian König
2012-09-20drm/radeon: cleanup VM id handling a bitChristian König
2012-08-20drm/radeon: init lockup timeout on ring initChristian König
2012-07-25drm/radeon: check for allocation failure in radeon_ring_backup()Dan Carpenter
2012-07-18drm/radeon: document radeon_ring.c (v4)Alex Deucher
2012-07-18drm/radeon: update rptr saving logic for memory buffersAlex Deucher
2012-07-18drm/radeon: remove radeon_ring_index()Alex Deucher
2012-07-18drm/radeon: fix const IB handling v2Christian König
2012-07-17drm/radeon: implement ring saving on reset v4Christian König
2012-07-17drm/radeon: record what is next valid wptr for each ring v4Christian König
2012-07-17drm/radeon: remove ip_pool start/suspendChristian König
2012-07-17drm/radeon: fix ring commit paddingChristian König
2012-06-21drm/radeon: rework ring syncing codeChristian König
2012-06-21drm/radeon: remove radeon_fence_createChristian König
2012-05-29radeon: make radeon_cs_update_pages static.Dave Airlie
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher
2012-05-09drm/radeon: make the ib an inline objectJerome Glisse
2012-05-09drm/radeon: move the semaphore from the fence into the ibJerome Glisse
2012-05-09drm/radeon: rip out the ib poolJerome Glisse
2012-05-09drm/radeon: multiple ring allocator v3Christian König
2012-05-09drm/radeon: define new SA interface v3Christian König
2012-05-09drm/radeon: make sa bo a stand alone objectChristian König
2012-05-09drm/radeon: add sub allocator debugfs fileChristian König
2012-05-09drm/radeon: use inline functions to calc sa_bo addrChristian König
2012-05-09drm/radeon: rework locking ring emission mutex in fence deadlock detection v2Christian König
2012-05-09drm/radeon: convert fence to uint64_t v4Jerome Glisse
2012-05-09drm/radeon: replace the per ring mutex with a global oneChristian König
2012-05-03drm/radeon: make forcing ring activity a common functionChristian König
2012-05-03drm/radeon: unlock the ring mutex while waiting for the next fenceChristian König
2012-05-03drm/radeon: make lockup timeout a module paramChristian König
2012-05-03drm/radeon: move lockup detection code into radeon_ring.cChristian König
2012-05-03drm/radeon: use central function for IB testingChristian König
2012-05-03drm/radeon: register ring debugfs handlers on initChristian König