summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2017-12-18drm/ttm: cleanup some old definesChristian König1-7/+3
2017-12-18drm/ttm: cleanup some more resv->lock usesChristian König2-8/+8
2017-12-18drm/ttm: use try_lock in ttm_bo_delayed_delete againChristian König1-4/+9
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2-8/+6
2017-12-15drm/ttm: enable eviction for Per-VM-BORoger He1-6/+5
2017-12-14drm/ttm: init locked again to prevent incorrect unlockRoger He1-0/+1
2017-12-12drm/ttm: max_cpages is in unit of native pageMonk Liu1-1/+1
2017-12-12drm/ttm: fix incorrect calculate on shrink_pagesMonk Liu1-0/+1
2017-12-06drm/ttm: swap consecutive allocated pooled pages v4Christian König1-2/+9
2017-12-06drm/ttm: swap consecutive allocated cached pages v3Christian König1-1/+6
2017-12-06drm/ttm: Use a static string instead of an array of char *Joe Perches1-4/+1
2017-12-06drm/ttm: roundup the shrink request to prevent skip huge poolRoger He1-5/+7
2017-12-06drm/ttm: add page order support in ttm_pages_putRoger He1-8/+18
2017-12-06drm/ttm: add set_pages_wb for handling page order more than zeroRoger He1-0/+11
2017-12-06drm/ttm: add number of bytes moved to the operation contextChristian König1-0/+1
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-2/+1
2017-12-06drm/ttm: use the operation context inside TTMChristian König1-38/+29
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König1-11/+11
2017-12-06drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König1-7/+5
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-7/+9
2017-12-06drm/ttm: add page order in page poolRoger He1-11/+27
2017-12-06drm/ttm: use NUM_PAGES_TO_ALLOC alwaysRoger He1-2/+1
2017-12-06drm/ttm: remove cur_placementChristian König1-3/+2
2017-12-06drm/ttm: completely rework ttm_bo_delayed_deleteChristian König1-49/+23
2017-12-06drm/ttm: fix ttm_mem_evict_first once moreChristian König1-2/+5
2017-12-06drm/ttm: optimize ttm_mem_evict_first v5Christian König1-21/+33
2017-12-06drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v3Christian König1-24/+27
2017-12-06drm/ttm: user reservation object wrappers v2Christian König1-7/+9
2017-12-06drm/ttm: consistently use reservation_object_unlockChristian König2-10/+11
2017-12-06drm/ttm: move unlocking out of ttm_bo_cleanup_memtype_useChristian König1-2/+2
2017-12-01Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-2/+0
2017-11-29drm/ttm: fix populate_and_map() functions once moreChristian König1-2/+0
2017-11-28Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds1-16/+20
2017-11-24drm/ttm: don't attempt to use hugepages if dma32 requested (v2)Dave Airlie1-16/+20
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-199/+519
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer2-13/+12
2017-11-04drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer1-12/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31drm/ttm:fix memory leak due to individualizeMonk Liu1-1/+4
2017-10-31drm/ttm: once more fix ttm_buffer_object_transferChristian König1-0/+1
2017-10-19drm/ttm: fix the fix for huge compound pagesChristian König1-5/+16
2017-10-19drm/ttm: Fix unused variables with huge page supportTom St Denis1-1/+8
2017-10-19drm/ttm: add transparent huge page support for wc or uc allocations v2Christian König1-27/+109
2017-10-19drm/ttm: move more logic into ttm_page_pool_get_pagesChristian König1-46/+52
2017-10-19drm/ttm: add transparent huge page support for cached allocations v2Christian König1-8/+42
2017-10-19drm/ttm: don't use compound pages for nowChristian König1-0/+1
2017-10-09drm/ttm: DMA map/unmap consecutive pages as a whole v2Christian König1-9/+39
2017-10-09drm/ttm: allocate/free multiple pages in a single callChristian König1-15/+14
2017-10-09Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-60/+179
2017-10-06drm/ttm: add transparent huge page support for DMA allocations v2Christian König1-48/+169