summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/drm_format_helper_test.c
AgeCommit message (Expand)Author
2023-01-03drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann
2023-01-03drm/format-helper: Fix test-input format conversionThomas Zimmermann
2023-01-03drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann
2022-10-20drm: tests: Fix a buffer overflow in format_helper_testDavid Gow
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()José Expósito
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()José Expósito
2022-09-14drm/tests: Change "igt_" prefix to "drm_test_"Maíra Canal
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann
2022-07-28drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()José Expósito
2022-07-28drm/format-helper: Support multiple target formats resultsJosé Expósito
2022-07-28drm/format-helper: Rename test cases to make them more genericJosé Expósito
2022-07-28drm/format-helper: Fix test on big endian architecturesJosé Expósito
2022-06-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()José Expósito