summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests/drm_kunit_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* drm/tests: Switch to kunit devicesMaxime Ripard2023-12-181-63/+3
* drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()David Gow2023-12-181-21/+9
* drm/tests: Fix kunit_release_action ctx argumentArthur Grillo2023-09-301-1/+1
* drm/tests/drm_kunit_helpers: Place correct function name in the comment headerLee Jones2023-08-241-1/+1
* 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: helpers: Switch to kunit actionsMaxime Ripard2023-07-311-4/+50
* drm/tests: helpers: Drop empty platform remove functionUwe Kleine-König2023-03-091-6/+0
* 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-081-31/+9
* 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-081-23/+33
* drm/tests: helpers: Remove the name parameterMaxime Ripard2022-12-081-3/+4
* drm/tests: helpers: Rename the device init helperMaxime Ripard2022-12-081-3/+5
* drm/tests: helpers: Switch to EXPORT_SYMBOL_GPLMaxime Ripard2022-12-081-1/+1
* drm/tests: helpers: Document drm_kunit_device_init()Maxime Ripard2022-12-081-0/+17
* drm/tests: helpers: Move the helper header to include/drmMaxime Ripard2022-12-081-2/+1
* drm/tests: helpers: Add missing exportMaxime Ripard2022-11-281-0/+1
* drm/tests: helpers: Add SPDX headerMaxime Ripard2022-11-171-0/+2
* drm/tests: helpers: Add module infosMaxime Ripard2022-11-161-0/+3
* drm/tests: Include helpers headerMaxime Ripard2022-11-161-0/+2
* drm/tests: Add Kunit HelpersMaxime Ripard2022-11-151-0/+64