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