summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)AuthorLines
2023-04-25Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-48/+104
2023-03-29drm: test: Fix 32-bit issue in drm_buddy_testDavid Gow-1/+2
2023-03-17drm/format-helper: Use drm_format_info_min_pitch() in tests helperJavier Martinez Canillas-5/+2
2023-03-16drm/format-helper: Make "destination_pitch" test usable for monoArthur Grillo-39/+39
2023-03-16drm/format-helper: Add Kunit tests for drm_fb_xrgb8888_to_mono()Arthur Grillo-0/+62
2023-03-10drm/format-helper: Make conversion_buf_size() support sub-byte pixel fmtsJavier Martinez Canillas-2/+5
2023-03-09drm/tests: helpers: Drop empty platform remove functionUwe Kleine-König-6/+0
2023-02-02drm/format-helper: Use KUNIT_EXPECT_MEMEQ macroMaíra Canal-5/+5
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter-3/+5
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-16/+368
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-49/+776
2023-01-03Merge tag 'drm-misc-next-fixes-2023-01-03' of git://anongit.freedesktop.org/d...Daniel Vetter-3/+5
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann-0/+189
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann-0/+63
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann-0/+63
2023-01-03drm/format-helper: Type fixes in format-helper testsThomas Zimmermann-6/+6
2023-01-03drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann-1/+19
2023-01-03drm/format-helper: Fix test-input format conversionThomas Zimmermann-10/+25
2023-01-03drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann-0/+4
2022-12-23drm/tests: reduce drm_mm_test stack usageArnd Bergmann-3/+5
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-350/+771
2022-12-08drm/tests: Add a test for DRM managed actionsMaxime Ripard-0/+72
2022-12-08drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard-10/+5
2022-12-08drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard-36/+18
2022-12-08drm/tests: helpers: Make sure the device is boundMaxime Ripard-1/+25
2022-12-08drm/tests: helpers: Switch to a platform_deviceMaxime Ripard-2/+14
2022-12-08drm/tests: helpers: Create the device in another functionMaxime Ripard-26/+73
2022-12-08drm/tests: helpers: Remove the name parameterMaxime Ripard-9/+7
2022-12-08drm/tests: helpers: Rename the device init helperMaxime Ripard-7/+12
2022-12-08drm/tests: helpers: Switch to EXPORT_SYMBOL_GPLMaxime Ripard-1/+1
2022-12-08drm/tests: helpers: Document drm_kunit_device_init()Maxime Ripard-0/+17
2022-12-08drm/tests: Introduce a config option for the KUnit helpersMaxime Ripard-1/+3
2022-12-08drm/tests: helpers: Move the helper header to include/drmMaxime Ripard-19/+4
2022-12-01drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard-0/+1
2022-11-28drm/tests: helpers: Add missing exportMaxime Ripard-0/+1
2022-11-24drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes-0/+206
2022-11-24drm/modes: Introduce more named modesMaxime Ripard-0/+2
2022-11-24drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard-1/+83
2022-11-24drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard-0/+68
2022-11-24drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard-0/+77
2022-11-24drm/modes: Add a function to generate analog display modesMaxime Ripard-0/+146
2022-11-24drm/tests: client: Mention that we can't use MODULE_ macrosMaxime Ripard-0/+5
2022-11-17drm/tests: helpers: Add SPDX headerMaxime Ripard-0/+4
2022-11-17drm/tests: client: Remove extra blank linesMaxime Ripard-2/+0
2022-11-16drm/tests: helpers: Add module infosMaxime Ripard-0/+3
2022-11-16drm/tests: Include helpers headerMaxime Ripard-0/+2
2022-11-15drm/client: Add some tests for drm_connector_pick_cmdline_mode()Maxime Ripard-0/+100
2022-11-15drm/tests: Add Kunit HelpersMaxime Ripard-0/+74
2022-11-04Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-4/+10
2022-11-02drm/tests: Add back seed value informationArthur Grillo-4/+10