summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_driver.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-16drm/ttm: remove cpu_address member from ttm_ttAlexandre Courbot1-2/+0
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer1-3/+1
2016-08-08drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer1-2/+1
2016-08-08drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer1-1/+2
2016-07-29drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König1-0/+9
2016-07-07drm/ttm: add the infrastructure for pipelined evictionsChristian König1-0/+24
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König1-3/+0
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König1-3/+1
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König1-1/+3
2016-07-07drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König1-9/+0
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+9
2016-05-04drm/ttm: add optional LRU removal callback v2Christian König1-0/+6
2016-05-04drm/ttm: remove unused validation sequenceChristian König1-2/+0
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-9/+5
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter1-2/+1
2015-12-15drm/ttm: fix documentation of ttm_bo_reserveNicolai Hähnle1-2/+2
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher1-1/+1
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-24/+2
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-3/+0
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-2/+1
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot1-0/+2
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König1-0/+2
2014-07-08drm/ttm: remove declaration of ttm_tt_cache_flushAlexandre Courbot1-12/+0
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom1-18/+29
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann1-0/+2
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom1-0/+9
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-5/+5
2013-06-28drm/ttm: inline ttm_bo_reserve and related callsMaarten Lankhorst1-70/+105
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-9/+23
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 Lankhorst1-12/+7
2012-11-20drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservationsMaarten Lankhorst1-14/+0
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 ttm_bo_device->nice_modeMarcin Slusarz1-3/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells1-8/+8
2012-07-24drm/ttm: remove stale declaration and fieldIlija Hadzic1-3/+0
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-0/+2
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse1-0/+2
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse1-5/+0
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse1-3/+29
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk1-0/+2
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse1-18/+23
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-63/+41
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 Glisse1-24/+0