aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-27drm: Detect overflow in drm_mm_reserve_node()Chris Wilson1-3/+2
2016-12-27drm: Fix kerneldoc for drm_mm_scan_remove_block()Chris Wilson1-16/+18
2016-12-27drm: Promote drm_mm alignment to u64Chris Wilson1-20/+17
2016-12-27drm: Compile time enabling for asserts in drm_mmChris Wilson1-22/+23
2016-12-27drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson1-4/+4
2016-12-16drm: Constify the drm_mm APIChris Wilson1-12/+12
2016-12-16drm: Add drm_mm_for_each_node_safe()Chris Wilson1-5/+4
2016-12-01drm: Initialise drm_mm.head_node.allocatedChris Wilson1-0/+1
2016-11-24drm: Check against color expansion in drm_mm_reserve_node()Chris Wilson1-3/+8
2016-11-24drm: Define drm_mm_for_each_node_in_range()Chris Wilson1-9/+2
2016-11-08drm: Add stackdepot include for DRM_DEBUG_MMChris Wilson1-0/+2
2016-11-08drm: Track drm_mm allocators and show leaks on shutdownChris Wilson1-3/+71
2016-08-08drm: Declare that create drm_mm nodes with size 0 is illegalChris Wilson1-0/+9
2016-08-08drm: Skip initialising the drm_mm_node->hole_stackChris Wilson1-5/+1
2016-08-08drm: Track drm_mm nodes with an interval treeChris Wilson1-23/+110
2016-05-23drm/mm: avoid possible null pointer dereferenceHeinrich Schuchardt1-1/+3
2015-09-08drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjustMichel Thierry1-3/+3
2015-05-29drm: clean up drm_mm debugfs outputRussell King1-2/+2
2015-03-16[PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa1-1/+1
2015-03-05drm/mm: Support 4 GiB and larger rangesThierry Reding1-73/+79
2014-04-10drm/mm: Don't WARN if drm_mm_reserve_nodeDaniel Vetter1-2/+0
2014-04-04drm/mm: Fix search for smallest hole satisfying constraintsMichel Dänzer1-4/+8
2014-04-04drm: Add support for two-ended allocation, v3Lauri Kasanen1-17/+49
2014-03-13drm/doc: Add function reference documentation for drm_mm.cDaniel Vetter1-23/+121
2014-03-13drm/doc: Overview documentation for drm_mm.cDaniel Vetter1-0/+67
2014-03-13drm/mm: Remove MM_UNUSED_TARGETDaniel Vetter1-2/+0
2013-08-30Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-0/+3
2013-08-22drm: WARN when removing unallocated nodeBen Widawsky1-0/+3
2013-08-07drm/mm: remove unused APIDavid Herrmann1-140/+20
2013-08-07drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann1-25/+12
2013-07-25Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux'Daniel Vetter1-23/+22
2013-07-19Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-18/+13
2013-07-08drm: Change create block to reserve nodeBen Widawsky1-9/+10
2013-07-08drm: pre allocate node for create_blockBen Widawsky1-11/+5
2013-07-04drm/mm: WARN for unclean mm takedownDaniel Vetter1-2/+2
2013-07-04drm/mm: fix debug table BUGDaniel Vetter1-18/+19
2013-07-02drm: make drm_mm_init() return voidDavid Herrmann1-3/+1
2013-04-30drm/mm: fix dump table BUGDaniel Vetter1-16/+18
2013-01-21Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-28/+17
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-33/+63
2013-01-08drm: Only evict the blocks required to create the requested holeChris Wilson1-28/+17
2012-12-18drm: Export routines for inserting preallocated nodes into the mm managerChris Wilson1-12/+29
2012-11-30drm: Introduce an iterator over holes in the drm_mm range managerChris Wilson1-41/+21
2012-11-30drm: Introduce drm_mm_create_block()Chris Wilson1-0/+50
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-07-16drm: Add colouring to the range allocatorChris Wilson1-65/+104
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-05-09drm: mm: fix debug outputDaniel Vetter1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-23drm: mm: add helper to unwind scan stateDaniel Vetter1-0/+4