summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorLines
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2/+29
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams-1/+3
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König-0/+21
2016-01-13drm/ttm: fix adding foreign BOs to the swap LRUChristian König-1/+1
2016-01-13drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König-1/+7
2015-11-26drm/ttm: Fixed a read/write lock imbalanceThomas Hellstrom-1/+1
2015-09-15drm/ttm: Fix memory space allocation v2Thomas Hellstrom-12/+16
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie-1/+2
2015-08-06drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar-2/+2
2015-07-24drm/ttm: recognize ARM64 arch in ioprot handlerAlexandre Courbot-1/+2
2015-07-17drm/ttm: improve uncached page deallocation.Jérôme Glisse-6/+6
2015-07-17drm/ttm: fix uncached page deallocation to properly fill page pool v3.Jérôme Glisse-1/+0
2015-06-02drm/ttm: dma: Don't crash on memory in the vmalloc rangeAlexandre Courbot-3/+6
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal-2/+7
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher-1/+1
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König-1/+9
2014-11-20drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa-21/+30
2014-11-12drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer-1/+1
2014-11-12drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer-3/+5
2014-10-16drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer-3/+17
2014-10-16drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer-4/+4
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst-6/+18
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt-16/+9
2014-09-17drm/ttm: make sure format string cannot leak inKees Cook-1/+2
2014-09-11drm/ttm: allow fence to be added as sharedChristian König-3/+15
2014-09-02drm/ttm: use rcu in core ttmMaarten Lankhorst-63/+13
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst-78/+126
2014-09-01drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst-92/+50
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst-9/+13
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst-67/+18
2014-09-01drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst-13/+12
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König-59/+43
2014-08-09Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6Linus Torvalds-5/+10
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot-5/+10
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-41/+51
2014-08-05drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa-19/+19
2014-08-05drm/ttm: Fix possible stack overflow by recursive shrinker calls.Tetsuo Handa-3/+7
2014-08-05drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.Tetsuo Handa-2/+4
2014-08-05drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan().Tetsuo Handa-3/+3
2014-08-05drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan().Tetsuo Handa-0/+3
2014-07-22drm/ttm: make device_released staticDave Airlie-1/+1
2014-07-22drm/ttm: use gfp_t instead of int for flags.Dave Airlie-1/+1
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst-1/+1
2014-07-08ttm: use NULL instead of 0 for ttm_bo_reserve()'s pointer arg.Martin Kepplinger-7/+7
2014-07-08drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König-4/+5
2014-07-08drm/ttm: recognize ARM arch in ioprot handlerLucas Stach-1/+1
2014-04-05Merge tag 'ttm-next-2014-04-04' of git://people.freedesktop.org/~thomash/linu...Dave Airlie-17/+17
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom-17/+17
2014-04-04drm: Add support for two-ended allocation, v3Lauri Kasanen-3/+8
2014-03-28drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom-0/+46