aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-07drm/ttm: Remove the ttm_bo_block_reservation() function.Thomas Hellstrom1-28/+0
2010-03-15drm/ttm: use drm calloc large and free largeDave Airlie1-1/+0
2010-03-01drm/ttm: fix function prototype to match implementationRandy Dunlap1-1/+1
2010-01-14drm/ttm: Add a swap_notify callback.Thomas Hellstrom1-0/+5
2009-12-15drm/ttm: Add more driver type enumsJakob Bornecrantz1-1/+5
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse1-33/+30
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2-11/+11
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse2-27/+35
2009-12-07drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom1-0/+9
2009-12-07drm/ttm: Add TTM execbuf utilities.Thomas Hellstrom1-0/+107
2009-12-07drm/ttm: Add ttm lock functionality.Thomas Hellstrom1-0/+247
2009-12-07drm/ttm: Add user-space objects.Thomas Hellstrom1-0/+267
2009-12-04drm/ttm: Fix build failure due to missing struct pageMartin Michlmayr1-0/+1
2009-08-20Merge Linus master to drm-nextDave Airlie2-2/+20
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom2-26/+69
2009-08-19drm/ttm: Memory accounting rework.Thomas Hellstrom2-19/+26
2009-08-19drm/ttm: optimize bo_kmap_type valuesPekka Paalanen1-6/+6
2009-07-29drm/radeon/kms: add initial colortiling support.Dave Airlie1-0/+15
2009-07-15drm/ttm/radeon: add dma32 support.Dave Airlie1-1/+4
2009-07-15ttm: Make messages more readable.Thomas Hellstrom1-1/+1
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom5-0/+1788