summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_mm.h
Commit message (Expand)AuthorAgeFilesLines
* drm/mm: Add a search-by-address variant to only inspect a single holeChris Wilson2018-05-241-0/+32
* drm/mm: Reject over-sized allocation requests earlyChris Wilson2018-05-241-1/+1
* drm/drm_mm.h: Fix the name of the referenced function in commentLiviu Dudau2017-11-021-1/+1
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-1/+1
* Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-071-1/+4
|\
| * drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson2017-02-061-1/+4
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
|/
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-92/+92
* drm/mm: Some doc polishDaniel Vetter2016-12-301-18/+66
* drm/mm: Convert to drm_printerDaniel Vetter2016-12-301-7/+2
* drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson2016-12-281-34/+56
* drm: Wrap drm_mm_node.hole_followsChris Wilson2016-12-281-3/+19
* drm: Apply tight eviction scanning to color_adjustChris Wilson2016-12-281-0/+1
* drm: Simplify drm_mm scan-list manipulationChris Wilson2016-12-281-6/+1
* drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson2016-12-281-0/+1
* drm: Compute tight evictions for drm_mm_scanChris Wilson2016-12-281-10/+12
* drm: Unconditionally do the range check in drm_mm_scan_add_block()Chris Wilson2016-12-281-6/+27
* drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson2016-12-271-15/+28
* drm: Simplify drm_mm_clean()Chris Wilson2016-12-271-1/+13
* drm: Fix kerneldoc for drm_mm_scan_remove_block()Chris Wilson2016-12-271-6/+13
* drm: Promote drm_mm alignment to u64Chris Wilson2016-12-271-8/+8
* drm: Compile time enabling for asserts in drm_mmChris Wilson2016-12-271-1/+7
* drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson2016-12-271-3/+15
* drm: Constify the drm_mm APIChris Wilson2016-12-161-14/+13
* drm: Add drm_mm_for_each_node_safe()Chris Wilson2016-12-161-3/+16
* drm: Fix conflicting macro parameter in drm_mm_for_each_node_in_range()Chris Wilson2016-11-281-8/+8
* drm: Define drm_mm_for_each_node_in_range()Chris Wilson2016-11-241-3/+19
* drm: Track drm_mm allocators and show leaks on shutdownChris Wilson2016-11-081-0/+6
* drm: Track drm_mm nodes with an interval treeChris Wilson2016-08-081-0/+12
* drm/mm: use list_next_entryGeliang Tang2015-11-251-2/+1
* drm/mm: rewrite drm_mm_for_each_holeGeliang Tang2015-11-241-14/+9
* drm/mm: Support 4 GiB and larger rangesThierry Reding2015-03-051-26/+26
* drm: Add support for two-ended allocation, v3Lauri Kasanen2014-04-041-4/+28
* drm/doc: Add function reference documentation for drm_mm.cDaniel Vetter2014-03-131-29/+125
* drm/mm: remove unused APIDavid Herrmann2013-08-071-95/+0
* drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann2013-08-071-18/+36
* drm/mm: include required headers in drm_mm.hDavid Herrmann2013-08-011-0/+3
* Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...Dave Airlie2013-07-191-4/+2
|\
| * drm: Change create block to reserve nodeBen Widawsky2013-07-081-4/+1
| * drm: pre allocate node for create_blockBen Widawsky2013-07-081-4/+5
* | drm/mm: kill color_search_free/get_blockDaniel Vetter2013-07-041-31/+1
* | drm: make drm_mm_init() return voidDavid Herrmann2013-07-021-3/+3
|/
* Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-01-211-1/+1
|\
| * drm: Only evict the blocks required to create the requested holeChris Wilson2013-01-081-1/+1
* | Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie2013-01-171-0/+40
|\ \ | |/ |/|
| * drm: Introduce an iterator over holes in the drm_mm range managerChris Wilson2012-11-301-0/+36
| * drm: Introduce drm_mm_create_block()Chris Wilson2012-11-301-0/+4
* | drm: Export routines for inserting preallocated nodes into the mm managerChris Wilson2012-12-181-4/+21
|/
* drm: Add colouring to the range allocatorChris Wilson2012-07-161-15/+78
* drm: mm: fix debug outputDaniel Vetter2011-05-091-1/+1