summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Make ttm_bo_mem_compat availableSinclair Yeh2016-07-011-3/+4
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-091-13/+4
|\
| * drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tailFlora Cui2016-04-271-13/+4
* | drm/ttm: implement LRU add callbacks v2Christian König2016-05-041-9/+20
* | drm/ttm: add optional LRU removal callback v2Christian König2016-05-041-5/+7
* | drm/ttm: remove unused validation sequenceChristian König2016-05-041-1/+0
* | drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-043-12/+12
* | drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-043-12/+10
* | drm/ttm: don't wait for BO on initial allocationChristian König2016-05-041-6/+12
* | drm/ttm: Fix TTM BO accountingFelix Kuehling2016-05-041-3/+2
* | Merge tag 'v4.6-rc3' into drm-nextDave Airlie2016-04-221-2/+2
|\ \ | |/
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* | drm/ttm: Remove TTM_HAS_AGPDaniel Vetter2016-03-304-12/+10
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-171-2/+29
|\
| * drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König2016-01-131-0/+21
| * drm/ttm: fix adding foreign BOs to the swap LRUChristian König2016-01-131-1/+1
| * drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König2016-01-131-1/+7
* | mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-151-1/+3
|/
* drm/ttm: Fixed a read/write lock imbalanceThomas Hellstrom2015-11-261-1/+1
* drm/ttm: Fix memory space allocation v2Thomas Hellstrom2015-09-151-12/+16
* Merge tag 'v4.2-rc7' into drm-nextDave Airlie2015-08-171-1/+2
|\
| * drm/ttm: recognize ARM64 arch in ioprot handlerAlexandre Courbot2015-07-241-1/+2
* | drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-061-2/+2
|/
* drm/ttm: improve uncached page deallocation.Jérôme Glisse2015-07-171-6/+6
* drm/ttm: fix uncached page deallocation to properly fill page pool v3.Jérôme Glisse2015-07-171-1/+0
* drm/ttm: dma: Don't crash on memory in the vmalloc rangeAlexandre Courbot2015-06-021-3/+6
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-211-2/+7
* drm/ttm: device address space != CPU address spaceAlex Deucher2015-03-051-1/+1
* drm/ttm: optionally move duplicates to a separate listChristian König2014-12-031-1/+9
* drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa2014-11-202-21/+30
* drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer2014-11-121-1/+1
* drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer2014-11-121-3/+5
* drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer2014-10-161-3/+17
* drm/ttm: Don't skip fpfn check if lpfn is 0 in ttm_bo_mem_compatMichel Dänzer2014-10-161-4/+4
* drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-301-6/+18
* drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt2014-09-232-16/+9
* drm/ttm: make sure format string cannot leak inKees Cook2014-09-171-1/+2
* drm/ttm: allow fence to be added as sharedChristian König2014-09-111-3/+15
* drm/ttm: use rcu in core ttmMaarten Lankhorst2014-09-021-63/+13
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-023-78/+126
* drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst2014-09-011-92/+50
* drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2014-09-011-9/+13
* drm/ttm: kill fence_lockMaarten Lankhorst2014-09-014-67/+18
* drm/ttm: call ttm_bo_wait while inside a reservationMaarten Lankhorst2014-09-011-13/+12
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-272-59/+43
* Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6Linus Torvalds2014-08-092-5/+10
|\
| * drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot2014-08-102-5/+10
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-076-41/+51
|\ \ | |/
| * drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa2014-08-052-19/+19
| * drm/ttm: Fix possible stack overflow by recursive shrinker calls.Tetsuo Handa2014-08-051-3/+7
OpenPOWER on IntegriCloud