summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/drm_format_helper_test.c
AgeCommit message (Expand)Author
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann
2023-09-30drm/tests: Add new format conversion tests to better cover drm_fb_blit()Arthur Grillo
2023-09-30drm/tests: Add calls to drm_fb_blit() on supported format conversion testsArthur Grillo
2023-09-08drm/tests: Zero initialize fourccs_outArthur Grillo
2023-08-26drm/tests: Add KUnit tests for drm_fb_memcpy()Arthur Grillo
2023-08-26drm/tests: Add multi-plane support to conversion_buf_size()Arthur Grillo
2023-08-26drm/tests: Add KUnit tests for drm_fb_build_fourcc_list()Arthur Grillo
2023-08-26drm/tests: Add KUnit tests for drm_fb_clip_offset()Arthur Grillo
2023-08-26drm/tests: Add KUnit tests for drm_fb_swab()Arthur Grillo
2023-08-26drm/tests: Test default pitch fallbackArthur Grillo
2023-03-17drm/format-helper: Use drm_format_info_min_pitch() in tests helperJavier Martinez Canillas
2023-03-16drm/format-helper: Make "destination_pitch" test usable for monoArthur Grillo
2023-03-16drm/format-helper: Add Kunit tests for drm_fb_xrgb8888_to_mono()Arthur Grillo
2023-03-10drm/format-helper: Make conversion_buf_size() support sub-byte pixel fmtsJavier Martinez Canillas
2023-02-02drm/format-helper: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann
2023-01-03drm/format-helper: Type fixes in format-helper testsThomas Zimmermann
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-27kunit: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal
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