aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm: selftest: convert drm_plane_helper selftest to KUnitMaíra Canal2022-07-112-1/+239
* drm: selftest: convert drm_format selftest to KUnitMaíra Canal2022-07-112-1/+288
* drm: selftest: convert drm_rect selftest to KUnitMaíra Canal2022-07-112-1/+215
* drm: selftest: convert drm_cmdline_parser selftest to KUnitMaíra Canal2022-07-112-1/+1080
* drm: selftest: convert drm_damage_helper selftest to KUnitMaíra Canal2022-07-112-1/+635
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()José Expósito2022-06-273-0/+167