summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/selftests
AgeCommit message (Expand)AuthorFilesLines
2020-02-12drm/modes: Make sure to parse valid rotation value from cmdlineStephan Gerhold2-2/+14
2020-01-13Merge tag 'amd-drm-next-5.6-2020-01-10-dp-mst-dsc' of git://people.freedeskto...Dave Airlie1-4/+8
2020-01-09drm/dp_mst: Add PBN calculation for DSC modesDavid Francis1-4/+8
2019-12-16drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)Hans de Goede2-0/+23
2019-12-16drm/modes: parse_cmdline: Allow specifying stand-alone optionsHans de Goede2-0/+52
2019-12-16drm/modes: parse_cmdline: Accept extras directly after mode combined with opt...Hans de Goede2-0/+25
2019-12-16drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', 'Hans de Goede2-0/+27
2019-11-28drm/selftests: Add drm_rect selftestsVille Syrjälä4-1/+236
2019-10-04drm/mm: Use helpers for drm_mm_node booleansChris Wilson1-7/+7
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard2-0/+137
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+6
2019-09-17drm/selftests: fix spelling mistake "misssing" -> "missing"Colin Ian King1-1/+1
2019-09-03drm/dp_mst: Add sideband down request tracing + selftestsLyude Paul3-0/+206
2019-09-03drm/dp_mst: Move test_calc_pbn_mode() into an actual selftestLyude Paul4-1/+37
2019-08-30drm/selftests: modes: Add more unit tests for the cmdline parserMaxime Ripard2-0/+137
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-88/+48
2019-07-17drm/selftests: drop use of drmP.hSam Ravnborg1-1/+6
2019-07-01drm/selftests: reduce stack usageArnd Bergmann1-88/+48
2019-06-19drm/selftests: Add command line parser selftestsMaxime Ripard3-1/+974
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-03-20drm/selftests/mm: Switch to bitmap_zalloc()Andy Shevchenko1-7/+5
2018-12-11drm/selftest: fix spelling mistake "dimention" -> "dimension"Colin Ian King1-1/+1
2018-12-05drm/selftest: Add drm damage helper selftestDeepak Rawat4-1/+855
2018-11-02drm/selftests: Fix build warning -Wframe-larger-thanAlexandru-Cosmin Gheorghe1-14/+16
2018-11-02drm/selftests: Add tests for drm_internal_framebuffer_createAlexandru Gheorghe4-1/+347
2018-11-02drm/selftests: Add tests for drm_format_info* helpersAlexandru Gheorghe4-1/+288
2018-10-22drm/selftest: Refactor test-drm_plane_helperAlexandru Gheorghe4-20/+12
2018-10-17drm/selftest: Refactor drm mode setting selftestsDeepak Rawat5-22/+54
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