aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann2-17/+8
2013-06-28drm/ttm: get rid of ttm_bo_is_reservedMaarten Lankhorst1-14/+0
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst1-70/+105
2013-06-28drm/ttm: convert to the reservation apiMaarten Lankhorst2-20/+6
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst3-13/+34
2013-04-12ttm: export functions to allow qxl do its own iomappingDave Airlie1-0/+4
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst1-12/+0
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst1-0/+30
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst1-15/+4
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2-14/+8
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst2-16/+3
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom1-0/+4
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst1-3/+3
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst1-3/+0
2012-11-20drm/ttm: remove sync_obj_arg memberMaarten Lankhorst2-5/+0
2012-11-20drm/ttm: remove ttm_mem_global->queueMarcin Slusarz1-2/+0
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz1-3/+0
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz1-9/+0
2012-11-07drm/ttm: add ttm_bo_is_reservedMaarten Lankhorst1-0/+14
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells6-14/+14
2012-07-24drm/ttm: remove stale declaration and fieldIlija Hadzic1-3/+0
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie2-1/+10
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse1-0/+2
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2-6/+18
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2-34/+31
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk2-0/+38
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2-18/+41
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-63/+41
2011-12-06drm/ttm: page allocation use page array instead of listJerome Glisse1-4/+4
2011-12-06drm/ttm: remove unused backend flags fieldJerome Glisse1-2/+0
2011-12-06drm/ttm: remove split btw highmen and lowmem pageJerome Glisse1-7/+0
2011-12-06drm/ttm: remove userspace backed ttm object supportJerome Glisse2-29/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk5-10/+7
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-7/+7
2011-04-05drm: fix "persistant" typoJan Engelhardt2-11/+11
2011-03-31Fix common misspellingsLucas De Marchi2-10/+10
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2-7/+2
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-nextDave Airlie2-3/+16
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2-2/+7
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk1-1/+3
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk2-2/+8
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom2-50/+60
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2-2/+3
2010-11-22drm/ttm: Improved fencing of buffer object listsThomas Hellstrom2-0/+12
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom2-4/+5
2010-11-22drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom1-3/+22
2010-11-22drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie3-1/+57
2010-11-10drm/ttm: Be consistent on ttm_bo_init() failuresThomas Hellstrom1-0/+4