summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tests
AgeCommit message (Expand)Author
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann
2023-01-03drm/format-helper: Type fixes in format-helper testsThomas Zimmermann
2023-01-03drm/format-helper: Store RGB565 in little-endian orderThomas Zimmermann
2023-01-03drm/format-helper: Fix test-input format conversionThomas Zimmermann
2023-01-03drm/format-helper: Comment on RGB888 byte orderThomas Zimmermann
2022-12-08drm/tests: Add a test for DRM managed actionsMaxime Ripard
2022-12-08drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard
2022-12-08drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard
2022-12-08drm/tests: helpers: Make sure the device is boundMaxime Ripard
2022-12-08drm/tests: helpers: Switch to a platform_deviceMaxime Ripard
2022-12-08drm/tests: helpers: Create the device in another functionMaxime Ripard
2022-12-08drm/tests: helpers: Remove the name parameterMaxime Ripard
2022-12-08drm/tests: helpers: Rename the device init helperMaxime Ripard
2022-12-08drm/tests: helpers: Switch to EXPORT_SYMBOL_GPLMaxime Ripard
2022-12-08drm/tests: helpers: Document drm_kunit_device_init()Maxime Ripard
2022-12-08drm/tests: Introduce a config option for the KUnit helpersMaxime Ripard
2022-12-08drm/tests: helpers: Move the helper header to include/drmMaxime Ripard
2022-12-01drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard
2022-11-28drm/tests: helpers: Add missing exportMaxime Ripard
2022-11-24drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes
2022-11-24drm/modes: Introduce more named modesMaxime Ripard
2022-11-24drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard
2022-11-24drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard
2022-11-24drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard
2022-11-24drm/modes: Add a function to generate analog display modesMaxime Ripard
2022-11-24drm/tests: client: Mention that we can't use MODULE_ macrosMaxime Ripard
2022-11-17drm/tests: helpers: Add SPDX headerMaxime Ripard
2022-11-17drm/tests: client: Remove extra blank linesMaxime Ripard
2022-11-16drm/tests: helpers: Add module infosMaxime Ripard
2022-11-16drm/tests: Include helpers headerMaxime Ripard
2022-11-15drm/client: Add some tests for drm_connector_pick_cmdline_mode()Maxime Ripard
2022-11-15drm/tests: Add Kunit HelpersMaxime Ripard
2022-11-04Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-11-02drm/tests: Add back seed value informationArthur Grillo
2022-10-28Merge tag 'drm-misc-next-2022-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-10-25Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-10-20drm/plane_helper: Split into parameterized test casesMichał Winiarski
2022-10-20drm/plane_helper: Print actual/expected values on failureMichał Winiarski
2022-10-20drm: tests: Fix a buffer overflow in format_helper_testDavid Gow
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-10-16drm/tests: Split drm_test_dp_mst_sideband_msg_req_decode into parameterized t...Maíra Canal
2022-10-16drm/tests: Split drm_test_dp_mst_calc_pbn_mode into parameterized testsMaíra Canal
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-10drm/tests: Order Kunit tests in MakefileMaxime Ripard
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_gray8()José Expósito
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_xrgb2101010()José Expósito
2022-09-27drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb888()José Expósito
2022-09-14drm/tests: Change "igt_" prefix to "drm_test_"Maíra Canal