aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04drm/mm: Convert drm_mm_node booleans to bitopsChris Wilson1-3/+4
2018-05-24drm/mm: Add a search-by-address variant to only inspect a single holeChris Wilson1-0/+32
2018-05-24drm/mm: Reject over-sized allocation requests earlyChris Wilson1-1/+1
2017-11-02drm/drm_mm.h: Fix the name of the referenced function in commentLiviu Dudau1-1/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-1/+1
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+4
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-06drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson1-1/+4
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-92/+92
2016-12-30drm/mm: Some doc polishDaniel Vetter1-18/+66
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-7/+2
2016-12-28drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson1-34/+56
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson1-3/+19
2016-12-28drm: Apply tight eviction scanning to color_adjustChris Wilson1-0/+1
2016-12-28drm: Simplify drm_mm scan-list manipulationChris Wilson1-6/+1
2016-12-28drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson1-0/+1
2016-12-28drm: Compute tight evictions for drm_mm_scanChris Wilson1-10/+12
2016-12-28drm: Unconditionally do the range check in drm_mm_scan_add_block()Chris Wilson1-6/+27
2016-12-27drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson1-15/+28
2016-12-27drm: Simplify drm_mm_clean()Chris Wilson1-1/+13
2016-12-27drm: Fix kerneldoc for drm_mm_scan_remove_block()Chris Wilson1-6/+13
2016-12-27drm: Promote drm_mm alignment to u64Chris Wilson1-8/+8
2016-12-27drm: Compile time enabling for asserts in drm_mmChris Wilson1-1/+7
2016-12-27drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson1-3/+15
2016-12-16drm: Constify the drm_mm APIChris Wilson1-14/+13
2016-12-16drm: Add drm_mm_for_each_node_safe()Chris Wilson1-3/+16
2016-11-28drm: Fix conflicting macro parameter in drm_mm_for_each_node_in_range()Chris Wilson1-8/+8
2016-11-24drm: Define drm_mm_for_each_node_in_range()Chris Wilson1-3/+19
2016-11-08drm: Track drm_mm allocators and show leaks on shutdownChris Wilson1-0/+6
2016-08-08drm: Track drm_mm nodes with an interval treeChris Wilson1-0/+12
2015-11-25drm/mm: use list_next_entryGeliang Tang1-2/+1
2015-11-24drm/mm: rewrite drm_mm_for_each_holeGeliang Tang1-14/+9
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding1-26/+26
2014-04-04drm: Add support for two-ended allocation, v3Lauri Kasanen1-4/+28
2014-03-13drm/doc: Add function reference documentation for drm_mm.cDaniel Vetter1-29/+125
2013-08-07drm/mm: remove unused APIDavid Herrmann1-95/+0
2013-08-07drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann1-18/+36
2013-08-01drm/mm: include required headers in drm_mm.hDavid Herrmann1-0/+3
2013-07-19Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-4/+2
2013-07-08drm: Change create block to reserve nodeBen Widawsky1-4/+1
2013-07-08drm: pre allocate node for create_blockBen Widawsky1-4/+5
2013-07-04drm/mm: kill color_search_free/get_blockDaniel Vetter1-31/+1
2013-07-02drm: make drm_mm_init() return voidDavid Herrmann1-3/+3
2013-01-21Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-1/+1
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-0/+40
2013-01-08drm: Only evict the blocks required to create the requested holeChris Wilson1-1/+1
2012-12-18drm: Export routines for inserting preallocated nodes into the mm managerChris Wilson1-4/+21
2012-11-30drm: Introduce an iterator over holes in the drm_mm range managerChris Wilson1-0/+36
2012-11-30drm: Introduce drm_mm_create_block()Chris Wilson1-0/+4
2012-07-16drm: Add colouring to the range allocatorChris Wilson1-15/+78