summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/selftests
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-0/+73
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-9/+9
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-24drm/mm: Add a search-by-address variant to only inspect a single holeChris Wilson2-0/+73
2018-05-04drm/selftests: Add drm helper selftestMaarten Lankhorst3-1/+257
2018-05-04drm/selftests: Rename the Kconfig option to CONFIG_DRM_DEBUG_SELFTESTMaarten Lankhorst1-1/+1
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+5
2017-11-07drm/selftests/mm: Insert cond_resched() between insert modesChris Wilson1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-2/+2
2017-05-04drm/mm: Split up long running selftests with cond_resched()Chris Wilson1-0/+28
2017-02-26drm: kselftest: fix spelling mistake: "misalinged" -> "misaligned"Colin Ian King1-1/+1
2017-02-06drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson1-4/+6
2017-02-03drm: kselftest for drm_mm and bottom-up allocationChris Wilson2-0/+101
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-32/+26
2017-01-11drm: Fix error handling in drm_mm eviction kselftestChris Wilson1-3/+9
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-4/+8
2016-12-28drm: Wrap drm_mm_node.hole_followsChris Wilson1-8/+10
2016-12-28drm: Apply tight eviction scanning to color_adjustChris Wilson1-2/+18
2016-12-28drm: Compute tight evictions for drm_mm_scanChris Wilson1-4/+6
2016-12-28drm: Fix O= out-of-tree builds for selftestsDaniel Vetter1-0/+1
2016-12-27drm: Extract struct drm_mm_scan from struct drm_mmChris Wilson1-21/+24
2016-12-27drm: Promote drm_mm alignment to u64Chris Wilson1-2/+2
2016-12-27drm: kselftest for drm_mm and restricted color evictionChris Wilson2-4/+113
2016-12-27drm: kselftest for drm_mm and color evictionChris Wilson2-0/+157
2016-12-27drm: kselftest for drm_mm and color adjustmentChris Wilson2-0/+184
2016-12-27drm: kselftest for drm_mm and top-down allocationChris Wilson2-0/+120
2016-12-27drm: kselftest for drm_mm and range restricted evictionChris Wilson2-4/+110
2016-12-27drm: kselftest for drm_mm and evictionChris Wilson2-0/+338
2016-12-27drm: kselftest for drm_mm and alignmentChris Wilson2-0/+106
2016-12-27drm: kselftest for drm_mm_insert_node_in_range()Chris Wilson2-0/+270
2016-12-27drm: kselftest for drm_mm_replace_node()Chris Wilson2-6/+60
2016-12-27drm: kselftest for drm_mm_insert_node()Chris Wilson2-0/+235
2016-12-27drm: kselftest for drm_mm_reserve_node()Chris Wilson2-0/+276
2016-12-27drm: kselftest for drm_mm_debug()Chris Wilson2-0/+36
2016-12-27drm: kselftest for drm_mm_init()Chris Wilson2-0/+115
2016-12-27drm: Add some kselftests for the DRM range manager (struct drm_mm)Chris Wilson4-0/+216