summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
Commit message (Expand)AuthorAgeFilesLines
* drm: track dev_mapping in more robust and flexible wayIlija Hadzic2012-07-251-3/+1
* drm/radeon: replace vmram_mutex with mclk_lock v2Christian König2012-06-211-2/+2
* drm/radeon: rework ring syncing codeChristian König2012-06-211-20/+0
* drm/radeon: remove radeon_fence_createChristian König2012-06-211-19/+11
* drm/radeon: add PRIME support (v2)Alex Deucher2012-05-231-2/+14
* drm/radeon: immediately free ttm-move semaphoreChristian König2012-05-091-2/+5
* drm/radeon: fix a bug with the ring syncing codeChristian König2012-05-031-27/+21
* drm/radeon/kms: reorganize copy callbacksAlex Deucher2012-02-291-7/+8
* ttm: fix agp since ttm tt reworkJerome Glisse2012-01-061-0/+11
* drm/radeon/kms: sync across multiple rings when doing bo moves v3Alex Deucher2012-01-061-4/+34
* drm/radeon: rename struct radeon_cp to radeon_ringChristian König2011-12-201-3/+3
* drm/radeon: make cp variable an arrayChristian König2011-12-201-3/+3
* drm/radeon/kms: add support for multiple fence queues v2Alex Deucher2011-12-201-1/+1
* drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-061-21/+22
* drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4Konrad Rzeszutek Wilk2011-12-061-6/+77
* drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-061-0/+2
* drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-061-136/+83
* drm/ttm: remove unused backend flags fieldJerome Glisse2011-12-061-1/+0
* drm/radeon/kms: Make GPU/CPU page size handling consistent in blit code (v2)Alex Deucher2011-09-181-1/+6
* drm/radeon/alpha: Add Alpha support to Radeon DRM codeJay Estabrook2011-08-221-0/+23
* Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie2011-03-161-0/+14
|\
| * drm/radeon: fix problem with changing active VRAM size. (v2)Dave Airlie2011-03-141-0/+14
* | Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-03-141-2/+2
|\|
| * drm/radeon: fix memory debugging since d961db75ce86a84f1f04e91ad1014653ed7d9f46Dave Airlie2011-02-141-2/+2
* | Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2011-02-231-1/+0
* | Merge branch 'drm-mm-cleanup' into drm-nextDave Airlie2011-02-231-1/+1
|\ \
| * | drm/radeon: embed struct drm_gem_objectDaniel Vetter2011-02-231-1/+1
| |/
* | Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2011-02-231-2/+7
|\ \ | |/ |/|
| * ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-221-0/+1
| * radeon/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk2011-02-181-1/+4
| * ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-271-1/+2
* | drm/radeon/kms: fix alignment when allocating buffersAlex Deucher2010-11-181-1/+1
|/
* drivers/gpu/drm: Update WARN usesJoe Perches2010-11-091-1/+2
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-261-23/+11
|\
| * drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-051-7/+9
| * drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs2010-10-051-16/+2
* | drivers/gpu/drm: Remove unnecessary casts of private_dataJoe Perches2010-09-231-1/+1
|/
* drm: move ttm global code to core drmDave Airlie2010-08-041-10/+10
* drm/radeon: AGP memory is only I/O if the aperture can be mapped by the CPU.Michel Dänzer2010-05-211-1/+1
* radeon: Unmap vram pages when reclockingMatthew Garrett2010-05-181-1/+5
* Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie2010-04-201-34/+69
|\
| * drm/ttm: remove io_ field from TTM V6Jerome Glisse2010-04-201-12/+1
| * drm/radeon/kms: add support for new fault callback V7Jerome Glisse2010-04-201-4/+47
| * drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse2010-04-081-18/+21
* | Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie2010-04-201-3/+10
|\ \
| * | drm/radeon/kms: Add ttm page pool debugfs file.Pauli Nieminen2010-04-061-3/+10
| |/
* / include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Merge remote branch 'korg/drm-radeon-testing' into drm-next-stageDave Airlie2010-02-261-6/+6
|\
| * drm/radeon/kms: simplify memory controller setup V2Jerome Glisse2010-02-181-6/+6
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-131-1/+4
|\|