aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24drm/mm: Add a search-by-address variant to only inspect a single holeChris Wilson1-2/+7
2018-05-24drm/mm: Reject over-sized allocation requests earlyChris Wilson1-25/+57
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-3/+18
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-3/+18
2018-02-20drm/mm: Fix caching of leftmost node in the interval treeChris Wilson1-4/+5
2018-02-20drm: Handle unexpected holes in color-evictionChris Wilson1-3/+18
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie1-3/+5
2017-12-14lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson1-3/+5
2017-11-02drm: Spelling fixesLiviu Dudau1-1/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-8/+11
2017-02-06drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson1-1/+1
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-216/+272
2017-01-25drm/gem|prime|mm: Use recommened kerneldoc for struct member refsDaniel Vetter1-2/+2
2016-12-30drm/mm: Some doc polishDaniel Vetter1-19/+22
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-56/+11
2016-12-28drm: Add kerneldoc markup for new @scan parameters in drm_mmChris Wilson1-0/+2
2016-12-28drm/mm: Document locking rulesDaniel Vetter1-0/+5
2016-12-28drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson1-155/+11
2016-12-28drm: Apply range restriction after color adjustment when allocationChris Wilson1-10/+6
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson1-6/+6
2016-12-28drm: Apply tight eviction scanning to color_adjustChris Wilson1-25/+51
2016-12-28drm: Simplify drm_mm scan-list manipulationChris Wilson1-17/+18
2016-12-28drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson1-1/+8
2016-12-28drm: Compute tight evictions for drm_mm_scanChris Wilson1-10/+50
2016-12-28drm: Fix application of color vs range restriction when scanning drm_mmChris Wilson1-6/+9
2016-12-28drm: Unconditionally do the range check in drm_mm_scan_add_block()Chris Wilson1-49/+4
2016-12-28drm: Rename prev_node to hole in drm_mm_scan_add_block()Chris Wilson1-8/+8
2016-12-27drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson1-54/+70
2016-12-27drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()Chris Wilson1-0/+7
2016-12-27drm: Simplify drm_mm_clean()Chris Wilson1-18/+1
2016-12-27drm: Detect overflow in drm_mm_reserve_node()Chris Wilson1-3/+2
2016-12-27drm: Fix kerneldoc for drm_mm_scan_remove_block()Chris Wilson1-16/+18
2016-12-27drm: Promote drm_mm alignment to u64Chris Wilson1-20/+17
2016-12-27drm: Compile time enabling for asserts in drm_mmChris Wilson1-22/+23
2016-12-27drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson1-4/+4
2016-12-16drm: Constify the drm_mm APIChris Wilson1-12/+12
2016-12-16drm: Add drm_mm_for_each_node_safe()Chris Wilson1-5/+4
2016-12-01drm: Initialise drm_mm.head_node.allocatedChris Wilson1-0/+1
2016-11-24drm: Check against color expansion in drm_mm_reserve_node()Chris Wilson1-3/+8
2016-11-24drm: Define drm_mm_for_each_node_in_range()Chris Wilson1-9/+2
2016-11-08drm: Add stackdepot include for DRM_DEBUG_MMChris Wilson1-0/+2
2016-11-08drm: Track drm_mm allocators and show leaks on shutdownChris Wilson1-3/+71
2016-08-08drm: Declare that create drm_mm nodes with size 0 is illegalChris Wilson1-0/+9
2016-08-08drm: Skip initialising the drm_mm_node->hole_stackChris Wilson1-5/+1
2016-08-08drm: Track drm_mm nodes with an interval treeChris Wilson1-23/+110
2016-05-23drm/mm: avoid possible null pointer dereferenceHeinrich Schuchardt1-1/+3
2015-09-08drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjustMichel Thierry1-3/+3
2015-05-29drm: clean up drm_mm debugfs outputRussell King1-2/+2
2015-03-16[PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa1-1/+1
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding1-73/+79