summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/selftests/test-drm_mm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-0/+71
|\
| * drm/mm: Add a search-by-address variant to only inspect a single holeChris Wilson2018-05-241-0/+71
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-9/+9
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
|/
* drm/selftests/mm: Insert cond_resched() between insert modesChris Wilson2017-11-071-0/+5
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-141-2/+2
* drm/mm: Split up long running selftests with cond_resched()Chris Wilson2017-05-041-0/+28
* drm: kselftest: fix spelling mistake: "misalinged" -> "misaligned"Colin Ian King2017-02-261-1/+1
* drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson2017-02-061-4/+6
* drm: kselftest for drm_mm and bottom-up allocationChris Wilson2017-02-031-0/+100
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-32/+26Star
* drm: Fix error handling in drm_mm eviction kselftestChris Wilson2017-01-111-3/+9
* drm/mm: Convert to drm_printerDaniel Vetter2016-12-301-4/+8
* drm: Wrap drm_mm_node.hole_followsChris Wilson2016-12-281-8/+10
* drm: Apply tight eviction scanning to color_adjustChris Wilson2016-12-281-2/+18
* drm: Compute tight evictions for drm_mm_scanChris Wilson2016-12-281-4/+6
* drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson2016-12-271-21/+24
* drm: Promote drm_mm alignment to u64Chris Wilson2016-12-271-2/+2
* drm: kselftest for drm_mm and restricted color evictionChris Wilson2016-12-271-4/+112
* drm: kselftest for drm_mm and color evictionChris Wilson2016-12-271-0/+156
* drm: kselftest for drm_mm and color adjustmentChris Wilson2016-12-271-0/+183
* drm: kselftest for drm_mm and top-down allocationChris Wilson2016-12-271-0/+119
* drm: kselftest for drm_mm and range restricted evictionChris Wilson2016-12-271-4/+109
* drm: kselftest for drm_mm and evictionChris Wilson2016-12-271-0/+337
* drm: kselftest for drm_mm and alignmentChris Wilson2016-12-271-0/+103
* drm: kselftest for drm_mm_insert_node_in_range()Chris Wilson2016-12-271-0/+269
* drm: kselftest for drm_mm_replace_node()Chris Wilson2016-12-271-6/+59
* drm: kselftest for drm_mm_insert_node()Chris Wilson2016-12-271-0/+234
* drm: kselftest for drm_mm_reserve_node()Chris Wilson2016-12-271-0/+275
* drm: kselftest for drm_mm_debug()Chris Wilson2016-12-271-0/+35
* drm: kselftest for drm_mm_init()Chris Wilson2016-12-271-0/+114
* drm: Add some kselftests for the DRM range manager (struct drm_mm)Chris Wilson2016-12-271-0/+58