index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
drm/vc4: tests: Fail the current test if we access a register
Maxime Ripard
7
-13
/
+81
2022-12-08
drm/vc4: tests: Introduce a mocking infrastructure
Maxime Ripard
12
-13
/
+511
2022-12-08
drm/vc4: hvs: Provide a function to initialize the HVS structure
Maxime Ripard
2
-30
/
+44
2022-12-08
drm/vc4: crtc: Make encoder lookup helper public
Maxime Ripard
2
-16
/
+17
2022-12-08
drm/vc4: crtc: Introduce a lower-level crtc init helper
Maxime Ripard
2
-19
/
+57
2022-12-08
drm/vc4: Move HVS state to main header
Maxime Ripard
2
-22
/
+26
2022-12-08
drm/tests: Add a test for DRM managed actions
Maxime Ripard
2
-0
/
+72
2022-12-08
drm/tests: helpers: Allow to pass a custom drm_driver
Maxime Ripard
1
-10
/
+5
2022-12-08
drm/tests: helpers: Allow for a custom device struct to be allocated
Maxime Ripard
4
-36
/
+18
2022-12-08
drm/tests: helpers: Make sure the device is bound
Maxime Ripard
1
-1
/
+25
2022-12-08
drm/tests: helpers: Switch to a platform_device
Maxime Ripard
1
-2
/
+14
2022-12-08
drm/tests: helpers: Create the device in another function
Maxime Ripard
4
-26
/
+73
2022-12-08
drm/tests: helpers: Remove the name parameter
Maxime Ripard
4
-9
/
+7
2022-12-08
drm/tests: helpers: Rename the device init helper
Maxime Ripard
4
-7
/
+12
2022-12-08
drm/tests: helpers: Switch to EXPORT_SYMBOL_GPL
Maxime Ripard
1
-1
/
+1
2022-12-08
drm/tests: helpers: Document drm_kunit_device_init()
Maxime Ripard
1
-0
/
+17
2022-12-08
drm/tests: Introduce a config option for the KUnit helpers
Maxime Ripard
3
-2
/
+11
2022-12-08
drm/tests: helpers: Move the helper header to include/drm
Maxime Ripard
5
-19
/
+4
2022-12-07
drm: panel-orientation-quirks: Add quirk for DynaBook K50
Allen Ballway
1
-7
/
+13
2022-12-07
drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90F
Hans de Goede
1
-0
/
+13
2022-12-06
drm/gud: Enable synchronous flushing by default
Noralf Trønnes
1
-8
/
+4
2022-12-06
drm/gud: Use the shadow plane helper
Noralf Trønnes
3
-26
/
+57
2022-12-06
drm/gud: Prepare buffer for CPU access in gud_flush_work()
Noralf Trønnes
1
-34
/
+33
2022-12-06
drm/gud: Split up gud_flush_work()
Noralf Trønnes
1
-25
/
+31
2022-12-06
drm/gud: Don't retry a failed framebuffer flush
Noralf Trønnes
1
-40
/
+8
2022-12-06
drm/gud: Fix UBSAN warning
Noralf Trønnes
1
-2
/
+2
2022-12-06
drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_wait
Christian König
1
-2
/
+2
2022-12-06
drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2
Christian König
50
-68
/
+240
2022-12-06
drm/ttm: use per BO cleanup workers
Christian König
6
-92
/
+51
2022-12-06
drm/ttm: remove ttm_bo_(un)lock_delayed_workqueue
Christian König
5
-30
/
+3
2022-12-05
drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functions
Thomas Zimmermann
3
-18
/
+21
2022-12-05
drm/mipi-dbi: Use shadow-plane mappings
Thomas Zimmermann
3
-44
/
+13
2022-12-05
drm/mipi-dbi: Support shadow-plane state
Thomas Zimmermann
3
-0
/
+95
2022-12-05
drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpers
Thomas Zimmermann
3
-45
/
+71
2022-12-05
drm/mipi-dbi: Initialize default driver functions with macro
Thomas Zimmermann
8
-32
/
+8
2022-12-05
drm/st7586: Call MIPI DBI mode_valid helper
Thomas Zimmermann
1
-0
/
+1
2022-12-05
drm/ili9225: Call MIPI DBI mode_valid helper
Thomas Zimmermann
1
-0
/
+1
2022-12-05
drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()
Thomas Zimmermann
4
-33
/
+2
2022-12-01
drm/vc4: dpi: Fix format mapping for RGB565
Dave Stevenson
1
-1
/
+1
2022-12-01
drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.
Dave Stevenson
1
-2
/
+2
2022-12-01
drm/vc4: dpi: Support BGR666 formats
Joerg Quinten
1
-0
/
+6
2022-12-01
drm/vc4: dpi: Support RGB565 format
Chris Morgan
1
-0
/
+4
2022-12-01
drm/tests: probe_helper: Fix uninitialized variable
Maxime Ripard
1
-0
/
+1
2022-12-01
drm/modes: Use strscpy() to copy command-line mode name
Maxime Ripard
1
-1
/
+1
2022-12-01
drm/meson: dw-hdmi: Use devm_regulator_*get_enable*()
Matti Vaittinen
1
-20
/
+3
2022-12-01
drm/bridge: sii902x: Use devm_regulator_bulk_get_enable()
Matti Vaittinen
1
-22
/
+4
2022-11-29
drm/vkms: change min cursor size to accept smaller values
Alaa Emad
1
-2
/
+2
2022-11-29
drm/vkms: Fix null-ptr-deref in vkms_release()
Yuan Can
1
-1
/
+2
2022-11-29
drm/vkms: Fix memory leak in vkms_init()
Yuan Can
1
-1
/
+6
2022-11-29
drm/panel-samsung-atna33xc20: Extend autosuspend delay
Drew Davenport
1
-1
/
+1
[next]