aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_ring.c
Commit message (Expand)AuthorAge
* drm/radeon: Always flush the VMJerome Glisse2013-04-16
* drm/radeon: UVD bringup v8Christian König2013-04-09
* drm/radeon: use IBs for VM page table updates v2Alex Deucher2013-02-01
* drm/radeon: prevent crash in the ring space allocationAlex Deucher2013-01-31
* drm/radeon: improve semaphore debugging on lockupJerome Glisse2013-01-15
* drm/radeon: improve ring debugfs printingJerome Glisse2013-01-03
* drm/radeon: add debugfs file for dma ringsJerome Glisse2013-01-03
* radeon: Fix typo and copy/paste error in commentsPaul Bolle2012-11-26
* drm/radeon: fix spelling typos in debugging outputThomas Friebel2012-10-15
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\
| * drm/radeon: rework the vm_flush interfaceAlex Deucher2012-10-02
| * drm/radeon: move IB pool to 1MB offsetChristian König2012-09-20
| * drm/radeon: Mark all possible functions / structs as staticLauri Kasanen2012-09-20
| * drm/radeon: make VM flushs a ring operationChristian König2012-09-20
| * drm/radeon: cleanup VM id handling a bitChristian König2012-09-20
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
|/
* drm/radeon: init lockup timeout on ring initChristian König2012-08-20
* drm/radeon: check for allocation failure in radeon_ring_backup()Dan Carpenter2012-07-25
* drm/radeon: document radeon_ring.c (v4)Alex Deucher2012-07-18
* drm/radeon: update rptr saving logic for memory buffersAlex Deucher2012-07-18
* drm/radeon: remove radeon_ring_index()Alex Deucher2012-07-18
* drm/radeon: fix const IB handling v2Christian König2012-07-18
* drm/radeon: implement ring saving on reset v4Christian König2012-07-17
* drm/radeon: record what is next valid wptr for each ring v4Christian König2012-07-17
* drm/radeon: remove ip_pool start/suspendChristian König2012-07-17
* drm/radeon: fix ring commit paddingChristian König2012-07-17
* drm/radeon: rework ring syncing codeChristian König2012-06-21
* drm/radeon: remove radeon_fence_createChristian König2012-06-21
* radeon: make radeon_cs_update_pages static.Dave Airlie2012-05-29
* drm/radeon: add PRIME support (v2)Alex Deucher2012-05-23
* drm/radeon: make the ib an inline objectJerome Glisse2012-05-09
* drm/radeon: move the semaphore from the fence into the ibJerome Glisse2012-05-09
* drm/radeon: rip out the ib poolJerome Glisse2012-05-09
* drm/radeon: multiple ring allocator v3Christian König2012-05-09
* drm/radeon: define new SA interface v3Christian König2012-05-09
* drm/radeon: make sa bo a stand alone objectChristian König2012-05-09
* drm/radeon: add sub allocator debugfs fileChristian König2012-05-09
* drm/radeon: use inline functions to calc sa_bo addrChristian König2012-05-09
* drm/radeon: rework locking ring emission mutex in fence deadlock detection v2Christian König2012-05-09
* drm/radeon: convert fence to uint64_t v4Jerome Glisse2012-05-09
* drm/radeon: replace the per ring mutex with a global oneChristian König2012-05-09
* drm/radeon: make forcing ring activity a common functionChristian König2012-05-03
* drm/radeon: unlock the ring mutex while waiting for the next fenceChristian König2012-05-03
* drm/radeon: make lockup timeout a module paramChristian König2012-05-03
* drm/radeon: move lockup detection code into radeon_ring.cChristian König2012-05-03
* drm/radeon: use central function for IB testingChristian König2012-05-03
* drm/radeon: register ring debugfs handlers on initChristian König2012-05-03
* drm/radeon/kms: add support for the CONST IB to the CS ioctlAlex Deucher2012-03-21
* drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie2012-03-15
|\
| * drm/radeon: Only create additional ring debugfs files on Cayman or newer.Michel Dänzer2012-02-22