summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: swap consecutive allocated pooled pages v4Christian König2017-12-061-2/+9
* drm/ttm: swap consecutive allocated cached pages v3Christian König2017-12-061-1/+6
* drm/ttm: Use a static string instead of an array of char *Joe Perches2017-12-061-4/+1
* drm/ttm: roundup the shrink request to prevent skip huge poolRoger He2017-12-061-5/+7
* drm/ttm: add page order support in ttm_pages_putRoger He2017-12-061-8/+18
* drm/ttm: add set_pages_wb for handling page order more than zeroRoger He2017-12-061-0/+11
* drm/ttm: add number of bytes moved to the operation contextChristian König2017-12-061-0/+1
* drm/ttm: add context to driver move callback as wellChristian König2017-12-061-2/+1
* drm/ttm: use the operation context inside TTMChristian König2017-12-061-38/+29
* drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König2017-12-061-11/+11
* drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König2017-12-061-7/+5
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-7/+9
* drm/ttm: add page order in page poolRoger He2017-12-061-11/+27
* drm/ttm: use NUM_PAGES_TO_ALLOC alwaysRoger He2017-12-061-2/+1
* drm/ttm: remove cur_placementChristian König2017-12-061-3/+2
* drm/ttm: completely rework ttm_bo_delayed_deleteChristian König2017-12-061-49/+23
* drm/ttm: fix ttm_mem_evict_first once moreChristian König2017-12-061-2/+5
* drm/ttm: optimize ttm_mem_evict_first v5Christian König2017-12-061-21/+33
* drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v3Christian König2017-12-061-24/+27
* drm/ttm: user reservation object wrappers v2Christian König2017-12-061-7/+9
* drm/ttm: consistently use reservation_object_unlockChristian König2017-12-062-10/+11
* drm/ttm: move unlocking out of ttm_bo_cleanup_memtype_useChristian König2017-12-061-2/+2
* Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-12-011-2/+0
|\
| * drm/ttm: fix populate_and_map() functions once moreChristian König2017-11-291-2/+0
* | Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-11-281-16/+20
|\ \ | |/ |/|
| * drm/ttm: don't attempt to use hugepages if dma32 requested (v2)Dave Airlie2017-11-241-16/+20
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-155-199/+519
|\ \ | |/
| * drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer2017-11-042-13/+12
| * drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer2017-11-041-12/+4
| * drm/ttm:fix memory leak due to individualizeMonk Liu2017-10-311-1/+4
| * drm/ttm: once more fix ttm_buffer_object_transferChristian König2017-10-311-0/+1
| * drm/ttm: fix the fix for huge compound pagesChristian König2017-10-191-5/+16
| * drm/ttm: Fix unused variables with huge page supportTom St Denis2017-10-191-1/+8
| * drm/ttm: add transparent huge page support for wc or uc allocations v2Christian König2017-10-191-27/+109
| * drm/ttm: move more logic into ttm_page_pool_get_pagesChristian König2017-10-191-46/+52
| * drm/ttm: add transparent huge page support for cached allocations v2Christian König2017-10-191-8/+42
| * drm/ttm: don't use compound pages for nowChristian König2017-10-191-0/+1
| * drm/ttm: DMA map/unmap consecutive pages as a whole v2Christian König2017-10-091-9/+39
| * drm/ttm: allocate/free multiple pages in a single callChristian König2017-10-091-15/+14
| * Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-10-093-60/+179
| |\
| | * drm/ttm: add transparent huge page support for DMA allocations v2Christian König2017-10-061-48/+169
| | * drm/ttm: add support for different pool sizesChristian König2017-10-063-10/+12
| | * drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König2017-10-063-8/+4
| * | Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-09-284-42/+78
| |\ \ | | |/
| | * drm/ttm: Remove TTM dma tracepoint since it's not required anymoreTom St Denis2017-09-264-207/+1
| | * drm/ttm: cleanup ttm_page_alloc_dma.cChristian König2017-09-261-26/+16
| | * drm/ttm: fix memory leak while individualizing BOsChristian König2017-09-131-0/+2
| | * drm/ttm: allow mapping BOs while they are still on the swap listChristian König2017-09-121-1/+0
| | * drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König2017-09-121-15/+17
| | * drm/ttm: Fix configuration error around populate_and_map() functionsTom St Denis2017-09-121-0/+2
OpenPOWER on IntegriCloud