summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()Chris Wilson2019-10-041-5/+6
* drm/mm: Convert drm_mm_node booleans to bitopsChris Wilson2019-10-041-9/+9
* drm/mm: Use helpers for drm_mm_node booleansChris Wilson2019-10-041-7/+12
* drm: Allow range of 0 for drm_mm_insert_node_in_range()Chris Wilson2019-06-261-1/+1
* drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-4/+5
* drm: Simplify stacktrace handlingThomas Gleixner2019-04-291-15/+7
* drm: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-3/+0
* drm: Trivial comment grammar cleanupsMatt Roper2019-02-041-1/+1
* drm/mm: Add a search-by-address variant to only inspect a single holeChris Wilson2018-05-241-2/+7
* drm/mm: Reject over-sized allocation requests earlyChris Wilson2018-05-241-25/+57
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-3/+18
|\
| * Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-221-3/+18
| |\
| | * drm: Handle unexpected holes in color-evictionChris Wilson2018-02-201-3/+18
* | | drm/mm: Fix caching of leftmost node in the interval treeChris Wilson2018-02-201-4/+5
|/ /
* | BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie2017-12-191-3/+5
|\|
| * lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson2017-12-141-3/+5
* | drm: Spelling fixesLiviu Dudau2017-11-021-1/+1
|/
* 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