summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mm.c
Commit message (Expand)AuthorAgeFilesLines
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-8/+11
* drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson2017-02-061-1/+1
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-216/+272
* drm/gem|prime|mm: Use recommened kerneldoc for struct member refsDaniel Vetter2017-01-251-2/+2
* drm/mm: Some doc polishDaniel Vetter2016-12-301-19/+22
* drm/mm: Convert to drm_printerDaniel Vetter2016-12-301-56/+11
* drm: Add kerneldoc markup for new @scan parameters in drm_mmChris Wilson2016-12-281-0/+2
* drm/mm: Document locking rulesDaniel Vetter2016-12-281-0/+5
* drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson2016-12-281-155/+11
* drm: Apply range restriction after color adjustment when allocationChris Wilson2016-12-281-10/+6
* drm: Wrap drm_mm_node.hole_followsChris Wilson2016-12-281-6/+6
* drm: Apply tight eviction scanning to color_adjustChris Wilson2016-12-281-25/+51
* drm: Simplify drm_mm scan-list manipulationChris Wilson2016-12-281-17/+18
* drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson2016-12-281-1/+8
* drm: Compute tight evictions for drm_mm_scanChris Wilson2016-12-281-10/+50
* drm: Fix application of color vs range restriction when scanning drm_mmChris Wilson2016-12-281-6/+9
* drm: Unconditionally do the range check in drm_mm_scan_add_block()Chris Wilson2016-12-281-49/+4
* drm: Rename prev_node to hole in drm_mm_scan_add_block()Chris Wilson2016-12-281-8/+8
* drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson2016-12-271-54/+70
* drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()Chris Wilson2016-12-271-0/+7
* drm: Simplify drm_mm_clean()Chris Wilson2016-12-271-18/+1
* drm: Detect overflow in drm_mm_reserve_node()Chris Wilson2016-12-271-3/+2
* drm: Fix kerneldoc for drm_mm_scan_remove_block()Chris Wilson2016-12-271-16/+18
* drm: Promote drm_mm alignment to u64Chris Wilson2016-12-271-20/+17
* drm: Compile time enabling for asserts in drm_mmChris Wilson2016-12-271-22/+23
* drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson2016-12-271-4/+4
* drm: Constify the drm_mm APIChris Wilson2016-12-161-12/+12
* drm: Add drm_mm_for_each_node_safe()Chris Wilson2016-12-161-5/+4
* drm: Initialise drm_mm.head_node.allocatedChris Wilson2016-12-011-0/+1
* drm: Check against color expansion in drm_mm_reserve_node()Chris Wilson2016-11-241-3/+8
* drm: Define drm_mm_for_each_node_in_range()Chris Wilson2016-11-241-9/+2
* drm: Add stackdepot include for DRM_DEBUG_MMChris Wilson2016-11-081-0/+2
* drm: Track drm_mm allocators and show leaks on shutdownChris Wilson2016-11-081-3/+71
* drm: Declare that create drm_mm nodes with size 0 is illegalChris Wilson2016-08-081-0/+9
* drm: Skip initialising the drm_mm_node->hole_stackChris Wilson2016-08-081-5/+1
* drm: Track drm_mm nodes with an interval treeChris Wilson2016-08-081-23/+110
* drm/mm: avoid possible null pointer dereferenceHeinrich Schuchardt2016-05-231-1/+3
* drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjustMichel Thierry2015-09-081-3/+3
* drm: clean up drm_mm debugfs outputRussell King2015-05-291-2/+2
* [PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa2015-03-161-1/+1
* drm/mm: Support 4 GiB and larger rangesThierry Reding2015-03-051-73/+79
* drm/mm: Don't WARN if drm_mm_reserve_nodeDaniel Vetter2014-04-101-2/+0
* drm/mm: Fix search for smallest hole satisfying constraintsMichel Dänzer2014-04-041-4/+8
* drm: Add support for two-ended allocation, v3Lauri Kasanen2014-04-041-17/+49
* drm/doc: Add function reference documentation for drm_mm.cDaniel Vetter2014-03-131-23/+121
* drm/doc: Overview documentation for drm_mm.cDaniel Vetter2014-03-131-0/+67
* drm/mm: Remove MM_UNUSED_TARGETDaniel Vetter2014-03-131-2/+0
* Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...Dave Airlie2013-08-301-0/+3
|\
| * drm: WARN when removing unallocated nodeBen Widawsky2013-08-221-0/+3
| * Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter2013-07-251-23/+22
| |\
OpenPOWER on IntegriCloud