aboutsummaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_bo_driver.h
AgeCommit message (Expand)Author
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König
2014-07-08drm/ttm: remove declaration of ttm_tt_cache_flushAlexandre Courbot
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst
2013-04-12ttm: export functions to allow qxl do its own iomappingDave Airlie
2013-01-15drm/ttm: unexport ttm_bo_wait_unreservedMaarten Lankhorst
2013-01-15drm/ttm: add ttm_bo_reserve_slowpathMaarten Lankhorst
2013-01-15drm/ttm: remove lru_lock around ttm_bo_reserveMaarten Lankhorst
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst
2012-11-20drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanupMaarten Lankhorst
2012-11-20drm/ttm: remove ttm_bo_device->nice_modeMarcin Slusarz
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells
2012-07-24drm/ttm: remove stale declaration and fieldIlija Hadzic
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse
2011-12-06drm/ttm: remove unused backend flags fieldJerome Glisse
2011-12-06drm/ttm: remove split btw highmen and lowmem pageJerome Glisse
2011-12-06drm/ttm: remove userspace backed ttm object supportJerome Glisse
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-05drm: fix "persistant" typoJan Engelhardt
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk
2010-11-22drm/ttm: Fix up io_mem_reserve / io_mem_free callingThomas Hellstrom
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom
2010-11-22drm/ttm: Improved fencing of buffer object listsThomas Hellstrom
2010-11-22drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom
2010-11-22drm/ttm: Don't deadlock on recursive multi-bo reservationsThomas Hellstrom
2010-11-22drm/ttm: Add a bo list reserve fastpath (v2)Dave Airlie
2010-11-09drm/ttm: Documentation updateThomas Hellstrom