summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorFilesLines
2022-12-01drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard1-0/+1
2022-11-28drm/tests: helpers: Add missing exportMaxime Ripard1-0/+1
2022-11-24drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes2-0/+206
2022-11-24drm/modes: Introduce more named modesMaxime Ripard1-0/+2
2022-11-24drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard1-1/+83
2022-11-24drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard1-0/+68
2022-11-24drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard2-0/+77
2022-11-24drm/modes: Add a function to generate analog display modesMaxime Ripard2-0/+146
2022-11-24drm/tests: client: Mention that we can't use MODULE_ macrosMaxime Ripard1-0/+5
2022-11-17drm/tests: helpers: Add SPDX headerMaxime Ripard2-0/+4
2022-11-17drm/tests: client: Remove extra blank linesMaxime Ripard1-2/+0
2022-11-16drm/tests: helpers: Add module infosMaxime Ripard1-0/+3
2022-11-16drm/tests: Include helpers headerMaxime Ripard1-0/+2
2022-11-15drm/client: Add some tests for drm_connector_pick_cmdline_mode()Maxime Ripard1-0/+100
2022-11-15drm/tests: Add Kunit HelpersMaxime Ripard3-0/+74
2022-11-04Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-4/+10
2022-11-02drm/tests: Add back seed value informationArthur Grillo2-4/+10
2022-10-28Merge tag 'drm-misc-next-2022-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-193/+274
2022-10-25Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-153/+306
2022-10-20drm/plane_helper: Split into parameterized test casesMichał Winiarski1-198/+269
2022-10-20drm/plane_helper: Print actual/expected values on failureMichał Winiarski1-34/+44
2022-10-20drm: tests: Fix a buffer overflow in format_helper_testDavid Gow1-1/+1
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard2-2/+2
2022-10-16drm/tests: Split drm_test_dp_mst_sideband_msg_req_decode into parameterized t...Maíra Canal1-127/+243
2022-10-16drm/tests: Split drm_test_dp_mst_calc_pbn_mode into parameterized testsMaíra Canal1-24/+53
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld2-2/+2
2022-10-10drm/tests: Order Kunit tests in MakefileMaxime Ripard1-3/+11
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()José Expósito1-0/+62
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito1-0/+63
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()José Expósito1-0/+65
2022-09-14drm/tests: Change "igt_" prefix to "drm_test_"Maíra Canal9-293/+294
2022-09-14drm/tests: Split drm_framebuffer_create_test into parameterized testsMaíra Canal1-23/+30
2022-09-13drm/tests: Set also mock plane src_x, src_y, src_w and src_hJouni Högander1-0/+5
2022-09-09drm/format: Split into more granular test casesMichał Winiarski1-48/+108
2022-09-09drm/format: Use appropriate types in expect/assertMichał Winiarski1-76/+76
2022-09-01drm/cmdline-parser: Use assert when neededMichał Winiarski1-40/+40
2022-09-01drm/cmdline-parser: Merge negative testsMichał Winiarski1-190/+103
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann1-12/+13
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann1-9/+11
2022-07-29drm/tests: Split up test cases in igt_check_drm_format_min_pitchMaíra Canal1-2/+14
2022-07-28drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()José Expósito1-0/+78
2022-07-28drm/format-helper: Support multiple target formats resultsJosé Expósito1-20/+33
2022-07-28drm/format-helper: Rename test cases to make them more genericJosé Expósito1-9/+8
2022-07-28drm/format-helper: Fix test on big endian architecturesJosé Expósito1-2/+21
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-16/+16
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-07-11drm: selftest: convert drm_mm selftest to KUnitArthur Grillo2-1/+2256
2022-07-11drm: selftest: convert drm_buddy selftest to KUnitMaíra Canal2-1/+757
2022-07-11drm: selftest: convert drm_framebuffer selftest to KUnitMaíra Canal2-1/+376
2022-07-11drm: selftest: convert drm_dp_mst_helper selftest to KUnitMaíra Canal2-1/+288