aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_mm.c
AgeCommit message (Expand)Author
2020-03-31drm/mm: revert "Break long searches in fragmented address spaces"Christian König
2020-03-10drm/mm: Remove redundant assignment in drm_mm_reserve_nodeAkeem G Abodunrin
2020-03-06drm/mm: Break long searches in fragmented address spacesChris Wilson
2019-10-04drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()Chris Wilson
2019-10-04drm/mm: Convert drm_mm_node booleans to bitopsChris Wilson
2019-10-04drm/mm: Use helpers for drm_mm_node booleansChris Wilson
2019-06-26drm: Allow range of 0 for drm_mm_insert_node_in_range()Chris Wilson
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg
2019-04-29drm: Simplify stacktrace handlingThomas Gleixner
2019-04-14drm: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
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