summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorLines
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-2/+2
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()José Expósito-0/+62
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito-0/+63
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()José Expósito-0/+65
2022-09-14drm/tests: Change "igt_" prefix to "drm_test_"Maíra Canal-293/+294
2022-09-14drm/tests: Split drm_framebuffer_create_test into parameterized testsMaíra Canal-23/+30
2022-09-13drm/tests: Set also mock plane src_x, src_y, src_w and src_hJouni Högander-0/+5
2022-09-09drm/format: Split into more granular test casesMichał Winiarski-48/+108
2022-09-09drm/format: Use appropriate types in expect/assertMichał Winiarski-76/+76
2022-09-01drm/cmdline-parser: Use assert when neededMichał Winiarski-40/+40
2022-09-01drm/cmdline-parser: Merge negative testsMichał Winiarski-190/+103
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann-12/+13
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann-9/+11
2022-07-29drm/tests: Split up test cases in igt_check_drm_format_min_pitchMaíra Canal-2/+14
2022-07-28drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()José Expósito-0/+78
2022-07-28drm/format-helper: Support multiple target formats resultsJosé Expósito-20/+33
2022-07-28drm/format-helper: Rename test cases to make them more genericJosé Expósito-9/+8
2022-07-28drm/format-helper: Fix test on big endian architecturesJosé Expósito-2/+21
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann-16/+16
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann-1/+0
2022-07-11drm: selftest: convert drm_mm selftest to KUnitArthur Grillo-1/+2256
2022-07-11drm: selftest: convert drm_buddy selftest to KUnitMaíra Canal-1/+757
2022-07-11drm: selftest: convert drm_framebuffer selftest to KUnitMaíra Canal-1/+376
2022-07-11drm: selftest: convert drm_dp_mst_helper selftest to KUnitMaíra Canal-1/+288
2022-07-11drm: selftest: convert drm_plane_helper selftest to KUnitMaíra Canal-1/+239
2022-07-11drm: selftest: convert drm_format selftest to KUnitMaíra Canal-1/+288
2022-07-11drm: selftest: convert drm_rect selftest to KUnitMaíra Canal-1/+215
2022-07-11drm: selftest: convert drm_cmdline_parser selftest to KUnitMaíra Canal-1/+1080
2022-07-11drm: selftest: convert drm_damage_helper selftest to KUnitMaíra Canal-1/+635
2022-06-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()José Expósito-0/+167