summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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-262-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
| * | | drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann2023-01-031-0/+4
* | | | Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-049-49/+776
|\| | | | |/ / |/| |
| * | drm/tests: Add a test for DRM managed actionsMaxime Ripard2022-12-082-0/+72
| * | drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard2022-12-081-10/+5
| * | drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard2022-12-084-36/+18
| * | drm/tests: helpers: Make sure the device is boundMaxime Ripard2022-12-081-1/+25
| * | drm/tests: helpers: Switch to a platform_deviceMaxime Ripard2022-12-081-2/+14
| * | drm/tests: helpers: Create the device in another functionMaxime Ripard2022-12-084-26/+73