aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge tag 'topic/drm-misc-2016-07-22' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+0
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-3/+4
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter4-107/+204
2016-07-19drm/ttm: Delete an unnecessary check before the function call "ttm_tt_destroy"Markus Elfring1-3/+1
2016-07-07drm/ttm: fix stupid parameter inversion in the pipeline codeChristian König1-1/+1
2016-07-07drm/ttm: wait for eviction in ttm_bo_force_list_cleanChristian König1-0/+18
2016-07-07drm/ttm: add the infrastructure for pipelined evictionsChristian König2-5/+136
2016-07-07drm/ttm: simplify ttm_bo_waitChristian König1-33/+4
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König3-10/+17
2016-07-07drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanupChristian König1-1/+0
2016-07-07drm/ttm: wait for BO idle after the move in ttm_bo_swapoutChristian König1-6/+9
2016-07-07drm/ttm: drop waiting for idle in ttm_bo_evict.Christian König1-10/+1
2016-07-07drm/ttm: drop wait for idle in ttm_bo_move_bufferChristian König1-14/+0
2016-07-07drm/ttm: wait for BO idle in ttm_bo_move_memcpyChristian König2-2/+8
2016-07-07drm/ttm: remove NULL checks when calling ttm_tt_destroyChristian König3-11/+7
2016-07-07drm/ttm: cleanup ttm_tt_(unbind|destroy)Christian König3-17/+5
2016-07-01drm/ttm: Make ttm_bo_mem_compat availableSinclair Yeh1-3/+4
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro1-2/+2
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie1-13/+4
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-9/+20
2016-05-04drm/ttm: add optional LRU removal callback v2Christian König1-5/+7
2016-05-04drm/ttm: remove unused validation sequenceChristian König1-1/+0
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König3-12/+12
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König3-12/+10
2016-05-04drm/ttm: don't wait for BO on initial allocationChristian König1-6/+12
2016-05-04drm/ttm: Fix TTM BO accountingFelix Kuehling1-3/+2
2016-04-27drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tailFlora Cui1-13/+4
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter4-12/+10
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+29
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-1/+3
2016-01-13drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König1-0/+21
2016-01-13drm/ttm: fix adding foreign BOs to the swap LRUChristian König1-1/+1
2016-01-13drm/ttm: fix adding foreign BOs to the LRU during init v2Christian König1-1/+7
2015-11-26drm/ttm: Fixed a read/write lock imbalanceThomas Hellstrom1-1/+1
2015-09-15drm/ttm: Fix memory space allocation v2Thomas Hellstrom1-12/+16
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie1-1/+2
2015-08-06drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-2/+2
2015-07-24drm/ttm: recognize ARM64 arch in ioprot handlerAlexandre Courbot1-1/+2
2015-07-17drm/ttm: improve uncached page deallocation.Jérôme Glisse1-6/+6
2015-07-17drm/ttm: fix uncached page deallocation to properly fill page pool v3.Jérôme Glisse1-1/+0
2015-06-02drm/ttm: dma: Don't crash on memory in the vmalloc rangeAlexandre Courbot1-3/+6
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-2/+7
2015-03-05drm/ttm: device address space != CPU address spaceAlex Deucher1-1/+1
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König1-1/+9
2014-11-20drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa2-21/+30
2014-11-12drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer1-1/+1
2014-11-12drm/ttm: Add DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWNMichel Dänzer1-3/+5
2014-10-16drm/ttm: Don't evict BOs outside of the requested placement rangeMichel Dänzer1-3/+17