summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorFilesLines
2024-01-26drm/dp_mst: Fix fractional DSC bpp handlingVille Syrjälä1-3/+3
2023-09-30drm/tests: Fix kunit_release_action ctx argumentArthur Grillo1-1/+1
2023-09-15drm/tests: Fix incorrect argument in drm_test_mm_insert_rangeJanusz Krzysztofik1-1/+1
2023-08-24drm/tests/drm_kunit_helpers: Place correct function name in the comment headerLee Jones1-1/+1
2023-08-10drm/test: drm_exec: fix memory leak on object prepareDanilo Krummrich1-2/+5
2023-08-10drm/exec: add test case for using a drm_exec multiple timesChristian König1-0/+21
2023-08-01drm/tests: Alloc drm_device on drm_exec testsArthur Grillo1-7/+37
2023-07-31drm/tests: helpers: Create a helper to allocate an atomic stateMaxime Ripard1-0/+46
2023-07-31drm/tests: helpers: Create a helper to allocate a locking ctxMaxime Ripard1-0/+41
2023-07-31drm/tests: probe-helper: Remove call to drm_kunit_helper_free_device()Maxime Ripard1-8/+0
2023-07-31drm/tests: modes: Remove call to drm_kunit_helper_free_device()Maxime Ripard1-8/+0
2023-07-31drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device()Maxime Ripard1-8/+0
2023-07-31drm/tests: helpers: Switch to kunit actionsMaxime Ripard1-4/+50
2023-07-12drm: add drm_exec selftests v4Christian König2-1/+161
2023-06-29drm/tests: Fix swapped drm_framebuffer tests parameter namesCarlos Eduardo Gallo Filho1-2/+2
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+2
2023-04-26Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-48/+104
2023-04-24drm/test: Add test cases for drm_rect_rotate_inv()Arthur Grillo1-0/+11
2023-04-24drm/tests: Add test cases for drm_rect_rotate()Arthur Grillo1-0/+72
2023-04-24drm/tests: Add test cases for drm_rect_calc_vscale()Arthur Grillo1-0/+12
2023-04-24drm/tests: Add test cases for drm_rect_calc_hscale()Arthur Grillo1-0/+72
2023-04-24drm/tests: Add test cases for drm_rect_intersect()Arthur Grillo1-0/+148
2023-03-29drm: test: Fix 32-bit issue in drm_buddy_testDavid Gow1-1/+2
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-03-09drm/tests: helpers: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-02-02drm/format-helper: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal1-5/+5
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter2-3/+5
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-16/+368
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter9-49/+776
2023-01-03Merge tag 'drm-misc-next-fixes-2023-01-03' of git://anongit.freedesktop.org/d...Daniel Vetter2-3/+5
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-12-24drm/tests: reduce drm_mm_test stack usageArnd Bergmann2-3/+5
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-350/+771
2022-12-08drm/tests: Add a test for DRM managed actionsMaxime Ripard2-0/+72
2022-12-08drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard1-10/+5
2022-12-08drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard4-36/+18
2022-12-08drm/tests: helpers: Make sure the device is boundMaxime Ripard1-1/+25
2022-12-08drm/tests: helpers: Switch to a platform_deviceMaxime Ripard1-2/+14
2022-12-08drm/tests: helpers: Create the device in another functionMaxime Ripard4-26/+73
2022-12-08drm/tests: helpers: Remove the name parameterMaxime Ripard4-9/+7
2022-12-08drm/tests: helpers: Rename the device init helperMaxime Ripard4-7/+12