index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-10
drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambig...
Maxime Ripard
4
-6
/
+6
2022-10-10
drm/tests: Order Kunit tests in Makefile
Maxime Ripard
1
-3
/
+11
2022-10-08
drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()
Thomas Zimmermann
8
-48
/
+46
2022-10-08
drm/atomic-helper: Don't allocate new plane state in CRTC check
Thomas Zimmermann
1
-9
/
+1
2022-10-07
drm/udl: Add constants for commands
Thomas Zimmermann
4
-20
/
+28
2022-10-07
drm/udl: Add register constants for framebuffer scanout addresses
Thomas Zimmermann
2
-9
/
+38
2022-10-07
drm/udl: Add register constants for video locks
Thomas Zimmermann
2
-2
/
+7
2022-10-07
drm/udl: Add register constants for color depth
Thomas Zimmermann
2
-1
/
+4
2022-10-07
drm/udl: Add constants for display-mode registers
Thomas Zimmermann
2
-70
/
+47
2022-10-07
drm/udl: Move register constants to udl_proto.h
Thomas Zimmermann
3
-15
/
+21
2022-10-07
drm/udl: Use damage iterator
Thomas Zimmermann
1
-21
/
+21
2022-10-07
drm/udl: Support DRM hot-unplugging
Thomas Zimmermann
1
-6
/
+37
2022-10-07
drm/udl: Simplify modesetting in CRTC's enable function
Thomas Zimmermann
2
-50
/
+14
2022-10-07
drm/udl: Convert to atomic-modesetting helpers
Thomas Zimmermann
2
-54
/
+112
2022-10-07
drm/udl: Remove udl_simple_display_pipe_mode_valid()
Thomas Zimmermann
1
-8
/
+0
2022-10-07
drm/udl: Move connector to modesetting code
Thomas Zimmermann
5
-154
/
+134
2022-10-07
drm/udl: Various improvements to the connector
Thomas Zimmermann
1
-24
/
+40
2022-10-07
drm/udl: Use USB timeout constant when reading EDID
Thomas Zimmermann
1
-1
/
+1
2022-10-07
drm/udl: Test pixel limit in mode-config's mode-valid function
Thomas Zimmermann
2
-14
/
+14
2022-10-07
drm/udl: Rename struct udl_drm_connector to struct udl_connector
Thomas Zimmermann
2
-16
/
+13
2022-10-06
drm/fourcc: add Vivante tile status modifiers
Lucas Stach
1
-0
/
+29
2022-10-06
drm/ssd130x: Iterate over damage clips instead of using a merged rect
Javier Martinez Canillas
1
-8
/
+11
2022-10-05
drm/ast: Add Atomic gamma lut support for aspeed
Jocelyn Falempe
1
-17
/
+70
2022-10-05
drm/bridge: ps8640: Add software to support aux defer
Jason Yen
1
-1
/
+8
2022-10-05
drm/sched: add missing NULL check in drm_sched_get_cleanup_job v2
Christian König
1
-2
/
+3
2022-10-05
drm/scheduler: fix fence ref counting
Christian König
1
-1
/
+5
2022-10-05
drm/edid: Make version checks less convoluted
Ville Syrjälä
1
-17
/
+8
2022-10-05
drm/edid: Unconfuse preferred timing stuff a bit
Ville Syrjälä
1
-3
/
+4
2022-10-05
drm/edid: Use the correct formula for standard timings
Ville Syrjälä
1
-8
/
+41
2022-10-05
drm/edid: Use GTF2 for inferred modes
Ville Syrjälä
1
-1
/
+34
2022-10-04
drm/edid: Extract drm_gtf2_mode()
Ville Syrjälä
1
-17
/
+30
2022-10-04
drm/edid: Only parse VRR range for continuous frequency displays
Ville Syrjälä
1
-1
/
+4
2022-10-04
drm/edid: Define more flags
Ville Syrjälä
2
-14
/
+18
2022-10-04
drm/edid: Clarify why we only accept the "range limits only" descriptor
Ville Syrjälä
1
-4
/
+7
2022-10-04
drm/edid: Avoid multiple log lines for HFVSDB parsing
Ankit Nautiyal
1
-8
/
+13
2022-10-04
drm/edid: Refactor HFVSDB parsing for DSC1.2
Ankit Nautiyal
1
-44
/
+49
2022-10-04
drm/edid: Split DSC parsing into separate function
Ankit Nautiyal
1
-59
/
+69
2022-10-04
drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink
Ankit Nautiyal
1
-1
/
+2
2022-10-04
drm: document uAPI page-flip flags
Simon Ser
1
-1
/
+62
2022-10-04
drm/edid: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-10-04
drm/bridge: it6505: Add pre_enable/post_disable callback
Pin-yen Lin
1
-0
/
+24
2022-10-04
drm/bridge: it6505: Adapt runtime power management framework
Pin-yen Lin
1
-10
/
+24
2022-10-03
drm/panel: ws2401: Silent no spi_device_id warning
Wei Yongjun
1
-0
/
+7
2022-10-03
drm/panel: tpg110: Silent no spi_device_id warning
Wei Yongjun
1
-0
/
+7
2022-10-03
drm/panel: db7430: Silent no spi_device_id warning
Wei Yongjun
1
-0
/
+7
2022-09-30
drm/sched: Add FIFO sched policy to run queue
Andrey Grodzovsky
3
-3
/
+145
2022-09-29
drm/panel: simple: Use dev_err_probe() to simplify code
Yuan Can
1
-6
/
+3
2022-09-29
drm/panel: panel-edp: Use dev_err_probe() to simplify code
Yuan Can
1
-16
/
+6
2022-09-29
drm/panel: simple: Add Multi-Inno Technology MI0800FT-9
Christoph Niedermaier
1
-0
/
+33
2022-09-29
dt-bindings: display: simple: Add Multi-Inno Technology MI0800FT-9 panel
Christoph Niedermaier
1
-0
/
+2
[next]