summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_ttm.c
AgeCommit message (Expand)AuthorFilesLines
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...Linus 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
2010-05-18radeon: Unmap vram pages when reclockingMatthew Garrett1-1/+5
2010-04-20Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie1-34/+69
2010-04-20drm/ttm: remove io_ field from TTM V6Jerome Glisse1-12/+1
2010-04-20drm/radeon/kms: add support for new fault callback V7Jerome Glisse1-4/+47
2010-04-20Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie1-3/+10
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse1-18/+21
2010-04-06drm/radeon/kms: Add ttm page pool debugfs file.Pauli Nieminen1-3/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26Merge remote branch 'korg/drm-radeon-testing' into drm-next-stageDave Airlie1-6/+6
2010-02-18drm/radeon/kms: simplify memory controller setup V2Jerome Glisse1-6/+6
2010-01-13Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+4
2010-01-13drm/radeon/kms: only evict to GTT if CP is readyDave Airlie1-1/+4
2009-12-23Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+4
2009-12-23drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structureJerome Glisse1-0/+4
2009-12-16Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+13
2009-12-16drm/radeon/kms: Check if bo we got from ttm are radeon object or notJerome Glisse1-1/+13
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-42/+52
2009-12-10drm/radeon/kms: actualy set the eviction placements we chooseJerome Glisse1-0/+1
2009-12-10drm/radeon/kms: Convert radeon to new TTM validation API (V2)Jerome Glisse1-31/+30
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-02drm/radeon/kms: Rework radeon object handlingJerome Glisse1-13/+23
2009-11-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+6
2009-11-04drm/radeon/kms: fix coherency issues on AGP cards.Dave Airlie1-0/+6
2009-09-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds1-4/+3
2009-09-29drm: fix radeon DRM warnings when !CONFIG_DEBUG_FSMikael Pettersson1-4/+3
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse1-4/+3
2009-09-02drm/mm: add ability to dump mm lists via debugfsDave Airlie1-0/+56
2009-08-20drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"Thomas Hellstrom1-1/+1
2009-08-20Merge Linus master to drm-nextDave Airlie1-9/+15
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom1-6/+27
2009-07-29drm/radeon/kms: vram sizing on certain r100 chips needs workaround.Dave Airlie1-2/+2
2009-07-29drm/radeon: Fall back to evicting BOs with memcpy if necessary.Michel Dänzer1-6/+9
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-0/+2
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie1-1/+2
2009-06-19drm/radeon: Respect AGP cant_use_aperture flag.Michel Dänzer1-4/+4
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse1-0/+653