summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests
Commit message (Expand)AuthorAgeFilesLines
* BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-232-2/+2
|\
| * drm/tests: Fix kunit_release_action ctx argumentArthur Grillo2023-09-301-1/+1
| * drm/tests: Fix incorrect argument in drm_test_mm_insert_rangeJanusz Krzysztofik2023-09-151-1/+1
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-10-111-1/+1
|\ \
| * \ Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-09-221-57/+756
| |\ \ | | |/ | |/|
| * | drm/tests/drm_kunit_helpers: Place correct function name in the comment headerLee Jones2023-08-241-1/+1
* | | 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/test: drm_exec: fix memory leak on object prepareDanilo Krummrich2023-08-101-2/+5
* drm/exec: add test case for using a drm_exec multiple timesChristian König2023-08-101-0/+21
* drm/tests: Alloc drm_device on drm_exec testsArthur Grillo2023-08-011-7/+37
* drm/tests: helpers: Create a helper to allocate an atomic stateMaxime Ripard2023-07-311-0/+46
* drm/tests: helpers: Create a helper to allocate a locking ctxMaxime Ripard2023-07-311-0/+41
* drm/tests: probe-helper: Remove call to drm_kunit_helper_free_device()Maxime Ripard2023-07-311-8/+0
* drm/tests: modes: Remove call to drm_kunit_helper_free_device()Maxime Ripard2023-07-311-8/+0
* drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device()Maxime Ripard2023-07-311-8/+0
* drm/tests: helpers: Switch to kunit actionsMaxime Ripard2023-07-311-4/+50
* drm: add drm_exec selftests v4Christian König2023-07-122-1/+161
* drm/tests: Fix swapped drm_framebuffer tests parameter namesCarlos Eduardo Gallo Filho2023-06-281-2/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-091-1/+2
|\
| * Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-04-252-48/+104
| |\
| * | drm: test: Fix 32-bit issue in drm_buddy_testDavid Gow2023-03-291-1/+2
* | | drm/test: Add test cases for drm_rect_rotate_inv()Arthur Grillo2023-04-241-0/+11
* | | drm/tests: Add test cases for drm_rect_rotate()Arthur Grillo2023-04-241-0/+72
* | | drm/tests: Add test cases for drm_rect_calc_vscale()Arthur Grillo2023-04-241-0/+12
* | | drm/tests: Add test cases for drm_rect_calc_hscale()Arthur Grillo2023-04-241-0/+72
* | | drm/tests: Add test cases for drm_rect_intersect()Arthur Grillo2023-04-241-0/+148
| |/ |/|
* | 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/tests: helpers: Drop empty platform remove functionUwe Kleine-König2023-03-091-6/+0
* | drm/format-helper: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal2023-02-021-5/+5
|/
* Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-312-3/+5
|\
| * Merge tag 'drm-misc-next-fixes-2023-01-03' of git://anongit.freedesktop.org/d...Daniel Vetter2023-01-032-3/+5
| |\
| | * drm/tests: reduce drm_mm_test stack usageArnd Bergmann2022-12-232-3/+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