summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mm.c
AgeCommit message (Expand)AuthorLines
2017-02-06drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson-1/+1
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson-216/+272
2017-01-25drm/gem|prime|mm: Use recommened kerneldoc for struct member refsDaniel Vetter-2/+2
2016-12-30drm/mm: Some doc polishDaniel Vetter-19/+22
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter-56/+11
2016-12-28drm: Add kerneldoc markup for new @scan parameters in drm_mmChris Wilson-0/+2
2016-12-28drm/mm: Document locking rulesDaniel Vetter-0/+5
2016-12-28drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson-155/+11
2016-12-28drm: Apply range restriction after color adjustment when allocationChris Wilson-10/+6
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson-6/+6
2016-12-28drm: Apply tight eviction scanning to color_adjustChris Wilson-25/+51
2016-12-28drm: Simplify drm_mm scan-list manipulationChris Wilson-17/+18
2016-12-28drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson-1/+8
2016-12-28drm: Compute tight evictions for drm_mm_scanChris Wilson-10/+50
2016-12-28drm: Fix application of color vs range restriction when scanning drm_mmChris Wilson-6/+9
2016-12-28drm: Unconditionally do the range check in drm_mm_scan_add_block()Chris Wilson-49/+4
2016-12-28drm: Rename prev_node to hole in drm_mm_scan_add_block()Chris Wilson-8/+8
2016-12-27drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson-54/+70
2016-12-27drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()Chris Wilson-0/+7
2016-12-27drm: Simplify drm_mm_clean()Chris Wilson-18/+1
2016-12-27drm: Detect overflow in drm_mm_reserve_node()Chris Wilson-3/+2
2016-12-27drm: Fix kerneldoc for drm_mm_scan_remove_block()Chris Wilson-16/+18
2016-12-27drm: Promote drm_mm alignment to u64Chris Wilson-20/+17
2016-12-27drm: Compile time enabling for asserts in drm_mmChris Wilson-22/+23
2016-12-27drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson-4/+4
2016-12-16drm: Constify the drm_mm APIChris Wilson-12/+12
2016-12-16drm: Add drm_mm_for_each_node_safe()Chris Wilson-5/+4
2016-12-01drm: Initialise drm_mm.head_node.allocatedChris Wilson-0/+1
2016-11-24drm: Check against color expansion in drm_mm_reserve_node()Chris Wilson-3/+8
2016-11-24drm: Define drm_mm_for_each_node_in_range()Chris Wilson-9/+2
2016-11-08drm: Add stackdepot include for DRM_DEBUG_MMChris Wilson-0/+2
2016-11-08drm: Track drm_mm allocators and show leaks on shutdownChris Wilson-3/+71
2016-08-08drm: Declare that create drm_mm nodes with size 0 is illegalChris Wilson-0/+9
2016-08-08drm: Skip initialising the drm_mm_node->hole_stackChris Wilson-5/+1
2016-08-08drm: Track drm_mm nodes with an interval treeChris Wilson-23/+110
2016-05-23drm/mm: avoid possible null pointer dereferenceHeinrich Schuchardt-1/+3
2015-09-08drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjustMichel Thierry-3/+3
2015-05-29drm: clean up drm_mm debugfs outputRussell King-2/+2
2015-03-16[PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa-1/+1
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding-73/+79
2014-04-10drm/mm: Don't WARN if drm_mm_reserve_nodeDaniel Vetter-2/+0
2014-04-04drm/mm: Fix search for smallest hole satisfying constraintsMichel Dänzer-4/+8
2014-04-04drm: Add support for two-ended allocation, v3Lauri Kasanen-17/+49
2014-03-13drm/doc: Add function reference documentation for drm_mm.cDaniel Vetter-23/+121
2014-03-13drm/doc: Overview documentation for drm_mm.cDaniel Vetter-0/+67
2014-03-13drm/mm: Remove MM_UNUSED_TARGETDaniel Vetter-2/+0
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie-0/+3
2013-08-22drm: WARN when removing unallocated nodeBen Widawsky-0/+3
2013-08-07drm/mm: remove unused APIDavid Herrmann-140/+20
2013-08-07drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann-25/+12