summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* drm/tests: helpers: Remove the name parameterMaxime Ripard2022-12-084-9/+7
* drm/tests: helpers: Rename the device init helperMaxime Ripard2022-12-084-7/+12
* 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: Introduce a config option for the KUnit helpersMaxime Ripard2022-12-081-1/+3
* drm/tests: helpers: Move the helper header to include/drmMaxime Ripard2022-12-085-19/+4
* drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard2022-12-011-0/+1
* drm/tests: helpers: Add missing exportMaxime Ripard2022-11-281-0/+1
* drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes2022-11-242-0/+206
* drm/modes: Introduce more named modesMaxime Ripard2022-11-241-0/+2
* drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard2022-11-241-1/+83
* drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard2022-11-241-0/+68
* drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard2022-11-242-0/+77
* drm/modes: Add a function to generate analog display modesMaxime Ripard2022-11-242-0/+146
* drm/tests: client: Mention that we can't use MODULE_ macrosMaxime Ripard2022-11-241-0/+5
* drm/tests: helpers: Add SPDX headerMaxime Ripard2022-11-172-0/+4
* drm/tests: client: Remove extra blank linesMaxime Ripard2022-11-171-2/+0
* drm/tests: helpers: Add module infosMaxime Ripard2022-11-161-0/+3
* drm/tests: Include helpers headerMaxime Ripard2022-11-161-0/+2
* drm/client: Add some tests for drm_connector_pick_cmdline_mode()Maxime Ripard2022-11-151-0/+100
* drm/tests: Add Kunit HelpersMaxime Ripard2022-11-153-0/+74
* Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-11-042-4/+10
|\
| * drm/tests: Add back seed value informationArthur Grillo2022-11-022-4/+10
* | Merge tag 'drm-misc-next-2022-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-10-281-193/+274
|\|
| * drm/plane_helper: Split into parameterized test casesMichał Winiarski2022-10-201-198/+269
| * drm/plane_helper: Print actual/expected values on failureMichał Winiarski2022-10-201-34/+44
* | Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-10-252-153/+306
|\|
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-182-2/+2
| |\
| * | drm/tests: Split drm_test_dp_mst_sideband_msg_req_decode into parameterized t...Maíra Canal2022-10-161-127/+243
| * | drm/tests: Split drm_test_dp_mst_calc_pbn_mode into parameterized testsMaíra Canal2022-10-161-24/+53
| * | drm/tests: Order Kunit tests in MakefileMaxime Ripard2022-10-101-3/+11
* | | drm: tests: Fix a buffer overflow in format_helper_testDavid Gow2022-10-201-1/+1
| |/ |/|
* | treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-122-2/+2
|/
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()José Expósito2022-09-271-0/+62
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito2022-09-271-0/+63
* drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()José Expósito2022-09-271-0/+65
* drm/tests: Change "igt_" prefix to "drm_test_"Maíra Canal2022-09-149-293/+294