aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_ttm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-24drm/radeon: add GART debugfs access v3Christian König1-0/+63
2013-12-24drm/radeon: add VRAM debugfs access v3Christian König1-1/+76
2013-12-24drm/radeon: cleanup radeon_ttm debugfs handlingChristian König1-36/+23
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter1-1/+1
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann1-1/+3
2013-05-20drm/radeon: Fix VRAM size calculation for VRAM >= 4GBNiels Ole Salscheider1-1/+1
2013-02-04drm: fix compile failure by including <linux/swiotlb.h>Chris Metcalf1-0/+1
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-15/+16
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst1-4/+3
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst1-1/+1
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen1-1/+1
2012-07-25drm: track dev_mapping in more robust and flexible wayIlija Hadzic1-3/+1
2012-06-21drm/radeon: replace vmram_mutex with mclk_lock v2Christian König1-2/+2
2012-06-21drm/radeon: rework ring syncing codeChristian König1-20/+0
2012-06-21drm/radeon: remove radeon_fence_createChristian König1-19/+11
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher1-2/+14
2012-05-09drm/radeon: immediately free ttm-move semaphoreChristian König1-2/+5
2012-05-03drm/radeon: fix a bug with the ring syncing codeChristian König1-27/+21
2012-02-29drm/radeon/kms: reorganize copy callbacksAlex Deucher1-7/+8
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse1-0/+11
2012-01-06drm/radeon/kms: sync across multiple rings when doing bo moves v3Alex Deucher1-4/+34
2011-12-20drm/radeon: rename struct radeon_cp to radeon_ringChristian König1-3/+3
2011-12-20drm/radeon: make cp variable an arrayChristian König1-3/+3
2011-12-20drm/radeon/kms: add support for multiple fence queues v2Alex Deucher1-1/+1
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse1-21/+22
2011-12-06drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4Konrad Rzeszutek Wilk1-6/+77
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse1-0/+2
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-136/+83
2011-12-06drm/ttm: remove unused backend flags fieldJerome Glisse1-1/+0
2011-09-18drm/radeon/kms: Make GPU/CPU page size handling consistent in blit code (v2)Alex Deucher1-1/+6
2011-08-22drm/radeon/alpha: Add Alpha support to Radeon DRM codeJay Estabrook1-0/+23
2011-03-16Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie1-0/+14
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie1-2/+2
2011-03-14drm/radeon: fix problem with changing active VRAM size. (v2)Dave Airlie1-0/+14
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie1-1/+0
2011-02-23Merge branch 'drm-mm-cleanup' into drm-nextDave Airlie1-1/+1
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-nextDave Airlie1-2/+7
2011-02-23drm/radeon: embed struct drm_gem_objectDaniel Vetter1-1/+1
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk1-0/+1
2011-02-18radeon/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk1-1/+4
2011-02-14drm/radeon: fix memory debugging since d961db75ce86a84f1f04e91ad1014653ed7d9f46Dave Airlie1-2/+2
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk1-1/+2
2010-11-18drm/radeon/kms: fix alignment when allocating buffersAlex Deucher1-1/+1
2010-11-09drivers/gpu/drm: Update WARN usesJoe Perches1-1/+2
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-23/+11
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-7/+9
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs1-16/+2
2010-09-23drivers/gpu/drm: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-08-04drm: move ttm global code to core drmDave Airlie1-10/+10
2010-05-21drm/radeon: AGP memory is only I/O if the aperture can be mapped by the CPU.Michel Dänzer1-1/+1