summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-11drm: selftest: convert drm_plane_helper selftest to KUnitMaíra Canal2-1/+239
2022-07-11drm: selftest: convert drm_format selftest to KUnitMaíra Canal2-1/+288
2022-07-11drm: selftest: convert drm_rect selftest to KUnitMaíra Canal2-1/+215
2022-07-11drm: selftest: convert drm_cmdline_parser selftest to KUnitMaíra Canal2-1/+1080
2022-07-11drm: selftest: convert drm_damage_helper selftest to KUnitMaíra Canal2-1/+635
2022-06-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()José Expósito3-0/+167