summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests/drm_kunit_helpers.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-30drm/tests: Fix kunit_release_action ctx argumentArthur Grillo1-1/+1
2023-08-24drm/tests/drm_kunit_helpers: Place correct function name in the comment headerLee Jones1-1/+1
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: helpers: Switch to kunit actionsMaxime Ripard1-4/+50
2023-03-09drm/tests: helpers: Drop empty platform remove functionUwe Kleine-König1-6/+0
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 Ripard1-31/+9
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 Ripard1-23/+33
2022-12-08drm/tests: helpers: Remove the name parameterMaxime Ripard1-3/+4
2022-12-08drm/tests: helpers: Rename the device init helperMaxime Ripard1-3/+5
2022-12-08drm/tests: helpers: Switch to EXPORT_SYMBOL_GPLMaxime Ripard1-1/+1
2022-12-08drm/tests: helpers: Document drm_kunit_device_init()Maxime Ripard1-0/+17
2022-12-08drm/tests: helpers: Move the helper header to include/drmMaxime Ripard1-2/+1
2022-11-28drm/tests: helpers: Add missing exportMaxime Ripard1-0/+1
2022-11-17drm/tests: helpers: Add SPDX headerMaxime Ripard1-0/+2
2022-11-16drm/tests: helpers: Add module infosMaxime Ripard1-0/+3
2022-11-16drm/tests: Include helpers headerMaxime Ripard1-0/+2
2022-11-15drm/tests: Add Kunit HelpersMaxime Ripard1-0/+64