summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_mm.c
AgeCommit message (Expand)Author
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper
2018-05-24drm/mm: Add a search-by-address variant to only inspect a single holeChris Wilson
2018-05-24drm/mm: Reject over-sized allocation requests earlyChris Wilson
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-02-20drm/mm: Fix caching of leftmost node in the interval treeChris Wilson
2018-02-20drm: Handle unexpected holes in color-evictionChris Wilson
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie
2017-12-14lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson
2017-11-02drm: Spelling fixesLiviu Dudau
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-02-06drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
2017-01-25drm/gem|prime|mm: Use recommened kerneldoc for struct member refsDaniel Vetter
2016-12-30drm/mm: Some doc polishDaniel Vetter
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter
2016-12-28drm: Add kerneldoc markup for new @scan parameters in drm_mmChris Wilson
2016-12-28drm/mm: Document locking rulesDaniel Vetter
2016-12-28drm: Use drm_mm_insert_node_in_range_generic() for everyoneChris Wilson
2016-12-28drm: Apply range restriction after color adjustment when allocationChris Wilson
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson
2016-12-28drm: Apply tight eviction scanning to color_adjustChris Wilson
2016-12-28drm: Simplify drm_mm scan-list manipulationChris Wilson
2016-12-28drm: Optimise power-of-two alignments in drm_mm_scan_add_block()Chris Wilson
2016-12-28drm: Compute tight evictions for drm_mm_scanChris Wilson
2016-12-28drm: Fix application of color vs range restriction when scanning drm_mmChris Wilson
2016-12-28drm: Unconditionally do the range check in drm_mm_scan_add_block()Chris Wilson
2016-12-28drm: Rename prev_node to hole in drm_mm_scan_add_block()Chris Wilson
2016-12-27drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson
2016-12-27drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()Chris Wilson
2016-12-27drm: Simplify drm_mm_clean()Chris Wilson
2016-12-27drm: Detect overflow in drm_mm_reserve_node()Chris Wilson
2016-12-27drm: Fix kerneldoc for drm_mm_scan_remove_block()Chris Wilson
2016-12-27drm: Promote drm_mm alignment to u64Chris Wilson
2016-12-27drm: Compile time enabling for asserts in drm_mmChris Wilson
2016-12-27drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mmChris Wilson
2016-12-16drm: Constify the drm_mm APIChris Wilson
2016-12-16drm: Add drm_mm_for_each_node_safe()Chris Wilson
2016-12-01drm: Initialise drm_mm.head_node.allocatedChris Wilson
2016-11-24drm: Check against color expansion in drm_mm_reserve_node()Chris Wilson
2016-11-24drm: Define drm_mm_for_each_node_in_range()Chris Wilson
2016-11-08drm: Add stackdepot include for DRM_DEBUG_MMChris Wilson
2016-11-08drm: Track drm_mm allocators and show leaks on shutdownChris Wilson
2016-08-08drm: Declare that create drm_mm nodes with size 0 is illegalChris Wilson
2016-08-08drm: Skip initialising the drm_mm_node->hole_stackChris Wilson
2016-08-08drm: Track drm_mm nodes with an interval treeChris Wilson
2016-05-23drm/mm: avoid possible null pointer dereferenceHeinrich Schuchardt
2015-09-08drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjustMichel Thierry
2015-05-29drm: clean up drm_mm debugfs outputRussell King
2015-03-16[PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa