summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests
Commit message (Expand)AuthorAgeFilesLines
* drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard2022-12-011-0/+1
* drm/tests: helpers: Add missing exportMaxime Ripard2022-11-281-0/+1
* drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes2022-11-242-0/+206
* drm/modes: Introduce more named modesMaxime Ripard2022-11-241-0/+2
* drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard2022-11-241-1/+83
* drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard2022-11-241-0/+68
* drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard2022-11-242-0/+77
* drm/modes: Add a function to generate analog display modesMaxime Ripard2022-11-242-0/+146
* drm/tests: client: Mention that we can't use MODULE_ macrosMaxime Ripard2022-11-241-0/+5
* drm/tests: helpers: Add SPDX headerMaxime Ripard2022-11-172-0/+4
* drm/tests: client: Remove extra blank linesMaxime Ripard2022-11-171-2/+0
* drm/tests: helpers: Add module infosMaxime Ripard2022-11-161-0/+3
* drm/tests: Include helpers headerMaxime Ripard2022-11-161-0/+2
* drm/client: Add some tests for drm_connector_pick_cmdline_mode()Maxime Ripard2022-11-151-0/+100
* drm/tests: Add Kunit HelpersMaxime Ripard2022-11-153-0/+74
* Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-11-042-4/+10
|\
| * drm/tests: Add back seed value informationArthur Grillo2022-11-022-4/+10
* | Merge tag 'drm-misc-next-2022-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-10-281-193/+274
|\|
| * drm/plane_helper: Split into parameterized test casesMichał Winiarski2022-10-201-198/+269
| * drm/plane_helper: Print actual/expected values on failureMichał Winiarski2022-10-201-34/+44
* | Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-10-252-153/+306
|\|
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-182-2/+2
| |\
| * | drm/tests: Split drm_test_dp_mst_sideband_msg_req_decode into parameterized t...Maíra Canal2022-10-161-127/+243
| * | drm/tests: Split drm_test_dp_mst_calc_pbn_mode into parameterized testsMaíra Canal2022-10-161-24/+53
| * | drm/tests: Order Kunit tests in MakefileMaxime Ripard2022-10-101-3/+11
* | | drm: tests: Fix a buffer overflow in format_helper_testDavid Gow2022-10-201-1/+1
| |/ |/|
* | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-2/+2
|/
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()José Expósito2022-09-271-0/+62
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito2022-09-271-0/+63
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()José Expósito2022-09-271-0/+65
* drm/tests: Change "igt_" prefix to "drm_test_"Maíra Canal2022-09-149-293/+294
* drm/tests: Split drm_framebuffer_create_test into parameterized testsMaíra Canal2022-09-141-23/+30
* drm/tests: Set also mock plane src_x, src_y, src_w and src_hJouni Högander2022-09-131-0/+5
* drm/format: Split into more granular test casesMichał Winiarski2022-09-091-48/+108
* drm/format: Use appropriate types in expect/assertMichał Winiarski2022-09-091-76/+76
* drm/cmdline-parser: Use assert when neededMichał Winiarski2022-09-011-40/+40
* drm/cmdline-parser: Merge negative testsMichał Winiarski2022-09-011-190/+103
* drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann2022-08-101-12/+13
* drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann2022-08-101-9/+11
* drm/tests: Split up test cases in igt_check_drm_format_min_pitchMaíra Canal2022-07-291-2/+14
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()José Expósito2022-07-281-0/+78
* drm/format-helper: Support multiple target formats resultsJosé Expósito2022-07-281-20/+33
* drm/format-helper: Rename test cases to make them more genericJosé Expósito2022-07-281-9/+8
* drm/format-helper: Fix test on big endian architecturesJosé Expósito2022-07-281-2/+21
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-16/+16
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* drm: selftest: convert drm_mm selftest to KUnitArthur Grillo2022-07-112-1/+2256
* drm: selftest: convert drm_buddy selftest to KUnitMaíra Canal2022-07-112-1/+757
* drm: selftest: convert drm_framebuffer selftest to KUnitMaíra Canal2022-07-112-1/+376
* drm: selftest: convert drm_dp_mst_helper selftest to KUnitMaíra Canal2022-07-112-1/+288