summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: raise UVD clocks only on demandChristian König2013-04-231-0/+4
* drm/radeon: UVD bringup v8Christian König2013-04-091-7/+23
* drm/radeon: rework fallback handling v2Christian König2013-04-091-21/+28
* drm/radeon: UVD doesn't needs VM on SI v2Christian König2013-04-091-6/+6
* drm/radeon: use IBs for VM page table updates v2Alex Deucher2013-02-011-15/+4
* drm/radeon: pull out common next_reloc functionIlija Hadzic2013-01-311-0/+54
* drm/radeon: rename r100_cs_dump_packet to radeon_cs_dump_packetIlija Hadzic2013-01-311-0/+21
* drm/radeon: factor out cs_next_is_pkt3_nop functionIlija Hadzic2013-01-311-0/+21
* drm/radeon: implement common cs packet parse functionIlija Hadzic2013-01-311-0/+53
* drm/radeon: remove unused prototype from radeon_csIlija Hadzic2013-01-311-3/+0
* drm/radeon: remove unecessary assignmentIlija Hadzic2013-01-311-4/+1
* drm/radeon: fix a rare case of double kfreeIlija Hadzic2013-01-231-0/+2
* drm/radeon: fix error path in kpage allocationIlija Hadzic2013-01-101-2/+2
* drm/radeon: fix NULL pointer dereference in UMS modeIlija Hadzic2013-01-101-2/+3
* drm/radeon: enable the async DMA rings in the CS ioctlAlex Deucher2012-12-141-0/+12
* drm/radeon/kms: add 6xx/7xx CS parser for async DMA (v2)Alex Deucher2012-12-141-0/+1
* drm/radeon: separate pt alloc from lru addChristian König2012-10-151-0/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-54/+29
|\
| * drm/radeon: fix VM syncing with multiple ringsChristian König2012-09-201-1/+1
| * drm/radeon: Mark all possible functions / structs as staticLauri Kasanen2012-09-201-1/+1
| * drm/radeon: make sure ib bo is properly bound and up to date in vm spaceJerome Glisse2012-09-201-0/+5
| * drm/radeon: rework VM page table handlingChristian König2012-09-201-27/+1
| * drm/radeon: rework VMID handlingChristian König2012-09-201-5/+4
| * drm/radeon: make VM flushs a ring operationChristian König2012-09-201-0/+1
| * drm/radeon: add sync helper functionChristian König2012-09-201-6/+14
| * drm/radeon: cleanup VM id handling a bitChristian König2012-09-201-15/+3
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
|/
* drm/radeon: fence virtual address and free it once idle v4Jerome Glisse2012-08-131-3/+29
* drm/radeon: fix const IB handling v2Christian König2012-07-181-13/+12
* drm/radeon: add an exclusive lock for GPU reset v2Jerome Glisse2012-07-171-0/+5
* drm/radeon: fix fence related segfault in CSChristian König2012-07-171-1/+1
* drm/radeon: replace cs_mutex with vm_mutex v3Christian König2012-06-211-6/+3
* drm/radeon: rework ring syncing codeChristian König2012-06-211-30/+8
* drm/radeon: fix regression in UMS CS ioctlAlex Deucher2012-06-011-14/+17
* radeon: make radeon_cs_update_pages static.Dave Airlie2012-05-291-1/+26
* drm/radeon: make the ib an inline objectJerome Glisse2012-05-091-32/+31
* drm/radeon: move the semaphore from the fence into the ibJerome Glisse2012-05-091-2/+2
* drm/radeon: make sa bo a stand alone objectChristian König2012-05-091-2/+2
* drm/radeon: keep start and end offset in the SAChristian König2012-05-091-2/+2
* drm/radeon: fix possible lack of synchronization btw ttm and other ringJerome Glisse2012-05-091-6/+6
* drm/radeon: avoid leaking const ib (not used yet on si and newer GPU)Jerome Glisse2012-05-031-0/+5
* drm/radeon: rework recursive gpu reset handlingChristian König2012-05-031-0/+13
* drm/radeon: fix a bug with the ring syncing codeChristian König2012-05-031-23/+12
* drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3)Dave Airlie2012-04-121-13/+24
* drm/radeon/kms: add support for compute rings in CS ioctl on SIAlex Deucher2012-03-211-2/+7
* drm/radeon/kms: Only VM CS ioctl is supported on SI (v2)Alex Deucher2012-03-211-0/+7
* drm/radeon/kms: add support for the CONST IB to the CS ioctlAlex Deucher2012-03-211-0/+47
* drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double freeJulia Lawall2012-03-201-14/+2
* drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie2012-03-151-0/+4
|\
| * drm/radeon/kms: properly set accel working flag and bailout when falseJerome Glisse2012-02-221-0/+4
OpenPOWER on IntegriCloud