aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/mediatek: dp: Replace usage of drm_bridge_chain_ functionsDave Stevenson2022-12-081-2/+2
* | drm/bridge: ps8640: Use atomic variants of drm_bridge_funcsSam Ravnborg2022-12-081-6/+12
* | drm/vc4: tests: Add unit test suite for the PV muxingMaxime Ripard2022-12-084-9/+1091
* | drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard2022-12-087-13/+81
* | drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard2022-12-0812-13/+511
* | drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard2022-12-082-30/+44
* | drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard2022-12-082-16/+17
* | drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard2022-12-082-19/+57
* | drm/vc4: Move HVS state to main headerMaxime Ripard2022-12-082-22/+26
* | 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-083-2/+11
* | drm/tests: helpers: Move the helper header to include/drmMaxime Ripard2022-12-085-19/+4
* | drm: panel-orientation-quirks: Add quirk for DynaBook K50Allen Ballway2022-12-071-7/+13
* | drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90FHans de Goede2022-12-071-0/+13
* | drm/gud: Enable synchronous flushing by defaultNoralf Trønnes2022-12-061-8/+4
* | drm/gud: Use the shadow plane helperNoralf Trønnes2022-12-063-26/+57
* | drm/gud: Prepare buffer for CPU access in gud_flush_work()Noralf Trønnes2022-12-061-34/+33
* | drm/gud: Split up gud_flush_work()Noralf Trønnes2022-12-061-25/+31
* | drm/gud: Don't retry a failed framebuffer flushNoralf Trønnes2022-12-061-40/+8
* | drm/gud: Fix UBSAN warningNoralf Trønnes2022-12-061-2/+2
* | drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_waitChristian König2022-12-061-2/+2
* | drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-0650-68/+240
* | drm/ttm: use per BO cleanup workersChristian König2022-12-066-92/+51
* | drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König2022-12-065-30/+3
* | drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann2022-12-053-18/+21
* | drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann2022-12-053-44/+13
* | drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann2022-12-053-0/+95
* | drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann2022-12-053-45/+71
* | drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann2022-12-058-32/+8
* | drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann2022-12-051-0/+1
* | drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann2022-12-051-0/+1
* | drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann2022-12-054-33/+2
* | drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson2022-12-011-1/+1
* | drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson2022-12-011-2/+2
* | drm/vc4: dpi: Support BGR666 formatsJoerg Quinten2022-12-011-0/+6
* | drm/vc4: dpi: Support RGB565 formatChris Morgan2022-12-011-0/+4
* | drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard2022-12-011-0/+1
* | drm/modes: Use strscpy() to copy command-line mode nameMaxime Ripard2022-12-011-1/+1
* | drm/meson: dw-hdmi: Use devm_regulator_*get_enable*()Matti Vaittinen2022-12-011-20/+3
* | drm/bridge: sii902x: Use devm_regulator_bulk_get_enable()Matti Vaittinen2022-12-011-22/+4
* | drm/vkms: change min cursor size to accept smaller valuesAlaa Emad2022-11-291-2/+2