aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_cs.c
AgeCommit message (Expand)Author
2013-04-23drm/radeon: raise UVD clocks only on demandChristian König
2013-04-09drm/radeon: UVD bringup v8Christian König
2013-04-09drm/radeon: rework fallback handling v2Christian König
2013-04-09drm/radeon: UVD doesn't needs VM on SI v2Christian König
2013-02-01drm/radeon: use IBs for VM page table updates v2Alex Deucher
2013-01-31drm/radeon: pull out common next_reloc functionIlija Hadzic
2013-01-31drm/radeon: rename r100_cs_dump_packet to radeon_cs_dump_packetIlija Hadzic
2013-01-31drm/radeon: factor out cs_next_is_pkt3_nop functionIlija Hadzic
2013-01-31drm/radeon: implement common cs packet parse functionIlija Hadzic
2013-01-31drm/radeon: remove unused prototype from radeon_csIlija Hadzic
2013-01-31drm/radeon: remove unecessary assignmentIlija Hadzic
2013-01-23drm/radeon: fix a rare case of double kfreeIlija Hadzic
2013-01-10drm/radeon: fix error path in kpage allocationIlija Hadzic
2013-01-10drm/radeon: fix NULL pointer dereference in UMS modeIlija Hadzic
2012-12-14drm/radeon: enable the async DMA rings in the CS ioctlAlex Deucher
2012-12-14drm/radeon/kms: add 6xx/7xx CS parser for async DMA (v2)Alex Deucher
2012-10-15drm/radeon: separate pt alloc from lru addChristian König
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-09-20drm/radeon: fix VM syncing with multiple ringsChristian König
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen
2012-09-20drm/radeon: make sure ib bo is properly bound and up to date in vm spaceJerome Glisse
2012-09-20drm/radeon: rework VM page table handlingChristian König
2012-09-20drm/radeon: rework VMID handlingChristian König
2012-09-20drm/radeon: make VM flushs a ring operationChristian König
2012-09-20drm/radeon: add sync helper functionChristian König
2012-09-20drm/radeon: cleanup VM id handling a bitChristian König
2012-08-13drm/radeon: fence virtual address and free it once idle v4Jerome Glisse
2012-07-18drm/radeon: fix const IB handling v2Christian König
2012-07-17drm/radeon: add an exclusive lock for GPU reset v2Jerome Glisse
2012-07-17drm/radeon: fix fence related segfault in CSChristian König
2012-06-21drm/radeon: replace cs_mutex with vm_mutex v3Christian König
2012-06-21drm/radeon: rework ring syncing codeChristian König
2012-06-01drm/radeon: fix regression in UMS CS ioctlAlex Deucher
2012-05-29radeon: make radeon_cs_update_pages static.Dave Airlie
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: make sa bo a stand alone objectChristian König
2012-05-09drm/radeon: keep start and end offset in the SAChristian König
2012-05-09drm/radeon: fix possible lack of synchronization btw ttm and other ringJerome Glisse
2012-05-03drm/radeon: avoid leaking const ib (not used yet on si and newer GPU)Jerome Glisse
2012-05-03drm/radeon: rework recursive gpu reset handlingChristian König
2012-05-03drm/radeon: fix a bug with the ring syncing codeChristian König
2012-04-12drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3)Dave Airlie
2012-03-21drm/radeon/kms: add support for compute rings in CS ioctl on SIAlex Deucher
2012-03-21drm/radeon/kms: Only VM CS ioctl is supported on SI (v2)Alex Deucher
2012-03-21drm/radeon/kms: add support for the CONST IB to the CS ioctlAlex Deucher
2012-03-20drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double freeJulia Lawall
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie
2012-02-29drm/radeon: also make the cs_parse function per ringChristian König