summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
| |/
* | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-138-350/+771
|\|
| * 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