summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/drm_format_helper_test.c
AgeCommit message (Expand)AuthorFilesLines
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 Canal1-4/+4
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-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-06-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()José Expósito1-0/+161