summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-08drm/panel: Add prepare_prev_first flag to drm_panelDave Stevenson1-0/+2
2022-12-08drm/bridge: Introduce pre_enable_prev_first to alter bridge init orderDave Stevenson1-24/+121
2022-12-08drm/bridge: Drop unused drm_bridge_chain functionsSam Ravnborg1-110/+0
2022-12-08drm/mediatek: dp: Replace usage of drm_bridge_chain_ functionsDave Stevenson1-2/+2
2022-12-08drm/bridge: ps8640: Use atomic variants of drm_bridge_funcsSam Ravnborg1-6/+12
2022-12-08drm/vc4: tests: Add unit test suite for the PV muxingMaxime Ripard4-9/+1091
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard7-13/+81
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard12-13/+511
2022-12-08drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard2-30/+44
2022-12-08drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard2-16/+17
2022-12-08drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard2-19/+57
2022-12-08drm/vc4: Move HVS state to main headerMaxime Ripard2-22/+26
2022-12-08drm/tests: Add a test for DRM managed actionsMaxime Ripard2-0/+72
2022-12-08drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard1-10/+5
2022-12-08drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard4-36/+18
2022-12-08drm/tests: helpers: Make sure the device is boundMaxime Ripard1-1/+25
2022-12-08drm/tests: helpers: Switch to a platform_deviceMaxime Ripard1-2/+14
2022-12-08drm/tests: helpers: Create the device in another functionMaxime Ripard4-26/+73
2022-12-08drm/tests: helpers: Remove the name parameterMaxime Ripard4-9/+7
2022-12-08drm/tests: helpers: Rename the device init helperMaxime Ripard4-7/+12
2022-12-08drm/tests: helpers: Switch to EXPORT_SYMBOL_GPLMaxime Ripard1-1/+1
2022-12-08drm/tests: helpers: Document drm_kunit_device_init()Maxime Ripard1-0/+17
2022-12-08drm/tests: Introduce a config option for the KUnit helpersMaxime Ripard3-2/+11
2022-12-08drm/tests: helpers: Move the helper header to include/drmMaxime Ripard5-19/+4
2022-12-07drm: panel-orientation-quirks: Add quirk for DynaBook K50Allen Ballway1-7/+13
2022-12-07drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90FHans de Goede1-0/+13
2022-12-06drm/gud: Enable synchronous flushing by defaultNoralf Trønnes1-8/+4
2022-12-06drm/gud: Use the shadow plane helperNoralf Trønnes3-26/+57
2022-12-06drm/gud: Prepare buffer for CPU access in gud_flush_work()Noralf Trønnes1-34/+33
2022-12-06drm/gud: Split up gud_flush_work()Noralf Trønnes1-25/+31
2022-12-06drm/gud: Don't retry a failed framebuffer flushNoralf Trønnes1-40/+8
2022-12-06drm/gud: Fix UBSAN warningNoralf Trønnes1-2/+2
2022-12-06drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_waitChristian König1-2/+2
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König50-68/+240
2022-12-06drm/ttm: use per BO cleanup workersChristian König6-92/+51
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König5-30/+3
2022-12-05drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann3-18/+21
2022-12-05drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann3-44/+13
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann3-0/+95
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann3-45/+71
2022-12-05drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann8-32/+8
2022-12-05drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann1-0/+1
2022-12-05drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann1-0/+1
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann4-33/+2
2022-12-01drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson1-1/+1
2022-12-01drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson1-2/+2
2022-12-01drm/vc4: dpi: Support BGR666 formatsJoerg Quinten1-0/+6
2022-12-01drm/vc4: dpi: Support RGB565 formatChris Morgan1-0/+4
2022-12-01drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard1-0/+1
2022-12-01drm/modes: Use strscpy() to copy command-line mode nameMaxime Ripard1-1/+1