summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/selftests
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-9/+9
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* drm/selftests: Add drm helper selftestMaarten Lankhorst2018-05-043-1/+257
* drm/selftests: Rename the Kconfig option to CONFIG_DRM_DEBUG_SELFTESTMaarten Lankhorst2018-05-041-1/+1
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-0/+5
|\
| * drm/selftests/mm: Insert cond_resched() between insert modesChris Wilson2017-11-071-0/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-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-032-0/+101
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-32/+26
* 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: Fix O= out-of-tree builds for selftestsDaniel Vetter2016-12-281-0/+1
* 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-272-4/+113
* drm: kselftest for drm_mm and color evictionChris Wilson2016-12-272-0/+157
* drm: kselftest for drm_mm and color adjustmentChris Wilson2016-12-272-0/+184
* drm: kselftest for drm_mm and top-down allocationChris Wilson2016-12-272-0/+120
* drm: kselftest for drm_mm and range restricted evictionChris Wilson2016-12-272-4/+110
* drm: kselftest for drm_mm and evictionChris Wilson2016-12-272-0/+338
* drm: kselftest for drm_mm and alignmentChris Wilson2016-12-272-0/+106
* drm: kselftest for drm_mm_insert_node_in_range()Chris Wilson2016-12-272-0/+270
* drm: kselftest for drm_mm_replace_node()Chris Wilson2016-12-272-6/+60
* drm: kselftest for drm_mm_insert_node()Chris Wilson2016-12-272-0/+235
* drm: kselftest for drm_mm_reserve_node()Chris Wilson2016-12-272-0/+276
* drm: kselftest for drm_mm_debug()Chris Wilson2016-12-272-0/+36
* drm: kselftest for drm_mm_init()Chris Wilson2016-12-272-0/+115
* drm: Add some kselftests for the DRM range manager (struct drm_mm)Chris Wilson2016-12-274-0/+216
OpenPOWER on IntegriCloud