summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard
2022-12-08drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard
2022-12-08drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard
2022-12-08drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard
2022-12-08drm/vc4: Move HVS state to main headerMaxime Ripard
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-07drm: panel-orientation-quirks: Add quirk for DynaBook K50Allen Ballway
2022-12-07drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90FHans de Goede
2022-12-06drm/gud: Enable synchronous flushing by defaultNoralf Trønnes
2022-12-06drm/gud: Use the shadow plane helperNoralf Trønnes
2022-12-06drm/gud: Prepare buffer for CPU access in gud_flush_work()Noralf Trønnes
2022-12-06drm/gud: Split up gud_flush_work()Noralf Trønnes
2022-12-06drm/gud: Don't retry a failed framebuffer flushNoralf Trønnes
2022-12-06drm/gud: Fix UBSAN warningNoralf Trønnes
2022-12-06drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_waitChristian König
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König
2022-12-06drm/ttm: use per BO cleanup workersChristian König
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König
2022-12-05drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann
2022-12-05drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann
2022-12-05drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann
2022-12-05drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann
2022-12-05drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann
2022-12-01drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson
2022-12-01drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson
2022-12-01drm/vc4: dpi: Support BGR666 formatsJoerg Quinten
2022-12-01drm/vc4: dpi: Support RGB565 formatChris Morgan
2022-12-01drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard
2022-12-01drm/modes: Use strscpy() to copy command-line mode nameMaxime Ripard
2022-12-01drm/meson: dw-hdmi: Use devm_regulator_*get_enable*()Matti Vaittinen
2022-12-01drm/bridge: sii902x: Use devm_regulator_bulk_get_enable()Matti Vaittinen
2022-11-29drm/vkms: change min cursor size to accept smaller valuesAlaa Emad
2022-11-29drm/vkms: Fix null-ptr-deref in vkms_release()Yuan Can
2022-11-29drm/vkms: Fix memory leak in vkms_init()Yuan Can
2022-11-29drm/panel-samsung-atna33xc20: Extend autosuspend delayDrew Davenport