summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/drm_format_helper_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann1-28/+44
2023-09-30drm/tests: Add new format conversion tests to better cover drm_fb_blit()Arthur Grillo1-0/+142
2023-09-30drm/tests: Add calls to drm_fb_blit() on supported format conversion testsArthur Grillo1-0/+142
2023-09-08drm/tests: Zero initialize fourccs_outArthur Grillo1-1/+1
2023-08-26drm/tests: Add KUnit tests for drm_fb_memcpy()Arthur Grillo1-0/+362
2023-08-26drm/tests: Add multi-plane support to conversion_buf_size()Arthur Grillo1-14/+14
2023-08-26drm/tests: Add KUnit tests for drm_fb_build_fourcc_list()Arthur Grillo1-0/+144
2023-08-26drm/tests: Add KUnit tests for drm_fb_clip_offset()Arthur Grillo1-0/+91
2023-08-26drm/tests: Add KUnit tests for drm_fb_swab()Arthur Grillo1-0/+66
2023-08-26drm/tests: Test default pitch fallbackArthur Grillo1-44/+80
2023-03-17drm/format-helper: Use drm_format_info_min_pitch() in tests helperJavier Martinez Canillas1-5/+2
2023-03-16drm/format-helper: Make "destination_pitch" test usable for monoArthur Grillo1-39/+39
2023-03-16drm/format-helper: Add Kunit tests for drm_fb_xrgb8888_to_mono()Arthur Grillo1-0/+62
2023-03-10drm/format-helper: Make conversion_buf_size() support sub-byte pixel fmtsJavier Martinez Canillas1-2/+5
2023-02-02drm/format-helper: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal1-5/+5
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-16/+368
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann1-0/+189
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann1-0/+63
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann1-0/+63
2023-01-03drm/format-helper: Type fixes in format-helper testsThomas Zimmermann1-6/+6
2023-01-03drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann1-1/+19
2023-01-03drm/format-helper: Fix test-input format conversionThomas Zimmermann1-10/+25
2023-01-03drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann1-0/+4
2022-10-27kunit: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal1-6/+6
2022-10-20drm: tests: Fix a buffer overflow in format_helper_testDavid Gow1-1/+1
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