summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He3-10/+14
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He3-10/+20
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He2-26/+7
2017-12-27drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfnTan Xiaojun1-1/+12
2017-12-27drm/ttm: drop the spin in delayed delete if the trylock doesn't workChristian König1-0/+2
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-16drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2-8/+6
2017-12-16drm/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-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-06drm/ttm: swap consecutive allocated pooled pages v4Christian König1-2/+9
2017-12-05drm/ttm: swap consecutive allocated cached pages v3Christian König1-1/+6
2017-12-05drm/ttm: roundup the shrink request to prevent skip huge poolRoger He1-5/+7
2017-12-05drm/ttm: add page order support in ttm_pages_putRoger He1-8/+18
2017-12-05drm/ttm: add set_pages_wb for handling page order more than zeroRoger He1-0/+11
2017-12-05drm/ttm: add page order in page poolRoger He1-11/+27
2017-12-05drm/ttm: use NUM_PAGES_TO_ALLOC alwaysRoger He1-2/+1
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-16Merge 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