summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests/drm_format_helper_test.c
Commit message (Expand)AuthorAgeFilesLines
* drm/tests: Add new format conversion tests to better cover drm_fb_blit()Arthur Grillo2023-09-301-0/+142
* drm/tests: Add calls to drm_fb_blit() on supported format conversion testsArthur Grillo2023-09-301-0/+142
* drm/tests: Zero initialize fourccs_outArthur Grillo2023-09-081-1/+1
* drm/tests: Add KUnit tests for drm_fb_memcpy()Arthur Grillo2023-08-261-0/+362
* drm/tests: Add multi-plane support to conversion_buf_size()Arthur Grillo2023-08-261-14/+14
* drm/tests: Add KUnit tests for drm_fb_build_fourcc_list()Arthur Grillo2023-08-261-0/+144
* drm/tests: Add KUnit tests for drm_fb_clip_offset()Arthur Grillo2023-08-261-0/+91
* drm/tests: Add KUnit tests for drm_fb_swab()Arthur Grillo2023-08-261-0/+66
* drm/tests: Test default pitch fallbackArthur Grillo2023-08-261-44/+80
* drm/format-helper: Use drm_format_info_min_pitch() in tests helperJavier Martinez Canillas2023-03-171-5/+2
* drm/format-helper: Make "destination_pitch" test usable for monoArthur Grillo2023-03-161-39/+39
* drm/format-helper: Add Kunit tests for drm_fb_xrgb8888_to_mono()Arthur Grillo2023-03-161-0/+62
* drm/format-helper: Make conversion_buf_size() support sub-byte pixel fmtsJavier Martinez Canillas2023-03-101-2/+5
* drm/format-helper: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal2023-02-021-5/+5
* Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-01-161-16/+368
|\
| * drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann2023-01-031-0/+189
| * drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann2023-01-031-0/+63
| * drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann2023-01-031-0/+63
| * drm/format-helper: Type fixes in format-helper testsThomas Zimmermann2023-01-031-6/+6
| * drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann2023-01-031-1/+19
| * drm/format-helper: Fix test-input format conversionThomas Zimmermann2023-01-031-10/+25
| * drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann2023-01-031-0/+4
* | kunit: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal2022-10-271-6/+6
|/
* drm: tests: Fix a buffer overflow in format_helper_testDavid Gow2022-10-201-1/+1
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()José Expósito2022-09-271-0/+62
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito2022-09-271-0/+63
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()José Expósito2022-09-271-0/+65
* drm/tests: Change "igt_" prefix to "drm_test_"Maíra Canal2022-09-141-4/+4
* drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann2022-08-101-12/+13
* drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann2022-08-101-9/+11
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()José Expósito2022-07-281-0/+78
* drm/format-helper: Support multiple target formats resultsJosé Expósito2022-07-281-20/+33
* drm/format-helper: Rename test cases to make them more genericJosé Expósito2022-07-281-9/+8
* drm/format-helper: Fix test on big endian architecturesJosé Expósito2022-07-281-2/+21
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb332()José Expósito2022-06-271-0/+161