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
2020-12-15
drm/omap: dsi: pass vc and channel to various functions
Tomi Valkeinen
1
-26
/
+28
2020-12-15
drm/omap: dsi: rename 'channel' to 'vc'
Tomi Valkeinen
1
-110
/
+110
2020-12-15
drm/omap: dsi: cleanup dispc channel usage
Tomi Valkeinen
1
-8
/
+8
2020-12-15
drm/omap: dsi: drop useless channel checks
Tomi Valkeinen
1
-11
/
+0
2020-12-15
drm/omap: dsi: simplify VC handling
Tomi Valkeinen
1
-36
/
+13
2020-12-15
drm/omap: dsi: send nop instead of page & column
Tomi Valkeinen
1
-29
/
+17
2020-12-15
drm/panel: panel-dsi-cm: set column & page at setup
Tomi Valkeinen
1
-0
/
+20
2020-12-15
drm/omap: dsi: set trans_mode according to client mode_flags
Tomi Valkeinen
1
-0
/
+7
2020-12-15
drm/omap: pll: fix iteration loop check
Tomi Valkeinen
1
-0
/
+6
2020-12-15
drm/panel: panel-dsi-cm: cleanup tear enable
Tomi Valkeinen
1
-19
/
+4
2020-12-15
drm/panel: panel-dsi-cm: use MIPI_DCS_GET_ERROR_COUNT_ON_DSI
Tomi Valkeinen
1
-2
/
+1
2020-12-15
drm/omap: remove dss_mgr_ops
Tomi Valkeinen
6
-87
/
+33
2020-12-15
drm/omap: remove dispc_ops
Tomi Valkeinen
9
-200
/
+144
2020-12-15
drm/omap: drop unused owner field
Tomi Valkeinen
7
-8
/
+0
2020-12-15
drm/omap: remove unused display.c
Tomi Valkeinen
3
-63
/
+1
2020-12-15
drm/omap: squash omapdrm sub-modules into one
Tomi Valkeinen
10
-202
/
+155
2020-12-15
drm/omap: dsi: simplify pin config
Sebastian Reichel
2
-39
/
+13
2020-12-15
drm/omap: simplify DSI manual update code
Sebastian Reichel
3
-23
/
+9
2020-12-15
drm/omap: drop dssdev display field
Sebastian Reichel
2
-7
/
+1
2020-12-15
drm/omap: drop DSS ops_flags
Sebastian Reichel
2
-10
/
+0
2020-12-15
drm/omap: drop unused DSS next pointer
Sebastian Reichel
4
-18
/
+2
2020-12-15
drm/omap: simplify omap_display_id
Sebastian Reichel
1
-8
/
+1
2020-12-15
drm/omap: remove unused omap_connector
Sebastian Reichel
6
-190
/
+6
2020-12-15
drm/omap: remove legacy DSS device operations
Sebastian Reichel
5
-193
/
+0
2020-12-15
drm/omap: dsi: Register a drm_bridge
Sebastian Reichel
1
-45
/
+89
2020-12-15
drm/panel: Move OMAP's DSI command mode panel driver
Sebastian Reichel
7
-14
/
+10
2020-12-15
drm/omap: remove global dss_device variable
Sebastian Reichel
4
-29
/
+9
2020-12-15
drm/omap: panel-dsi-cm: fix remove()
Sebastian Reichel
1
-3
/
+0
2020-12-15
drm/omap: panel-dsi-cm: support unbinding
Sebastian Reichel
1
-3
/
+2
2020-12-15
drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
Sebastian Reichel
1
-4
/
+4
2020-12-15
drm/omap: dsi: implement check timings
Sebastian Reichel
1
-26
/
+44
2020-12-15
drm/omap: drop omapdss-boot-init
Sebastian Reichel
3
-234
/
+0
2020-12-15
drm/omap: dsi: convert to drm_panel
Sebastian Reichel
4
-158
/
+182
2020-12-15
drm/omap: dsi: drop custom panel capability support
Sebastian Reichel
4
-19
/
+17
2020-12-15
drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
Sebastian Reichel
2
-57
/
+45
2020-12-15
drm/omap: dsi: move panel refresh function to host
Sebastian Reichel
4
-95
/
+88
2020-12-15
drm/omap: dsi: do ULPS in host driver
Sebastian Reichel
3
-279
/
+60
2020-12-15
drm/omap: dsi: untangle ulps ops from enable/disable
Sebastian Reichel
3
-20
/
+46
2020-12-15
drm/omap: dsi: do bus locking in host driver
Sebastian Reichel
3
-60
/
+28
2020-12-15
drm/omap: dsi: drop custom enable_te() API
Sebastian Reichel
3
-14
/
+25
2020-12-15
drm/omap: dsi: move TE GPIO handling into core
Sebastian Reichel
2
-109
/
+140
2020-12-15
drm/omap: dsi: lp/hs switching support for transfer()
Sebastian Reichel
3
-7
/
+10
2020-12-15
drm/omap: panel-dsi-cm: use bulk regulator API
Sebastian Reichel
1
-44
/
+21
2020-12-15
drm/omap: dsi: use pixel-format and mode from attach
Sebastian Reichel
2
-14
/
+19
2020-12-15
drm/omap: dsi: drop useless sync()
Sebastian Reichel
3
-22
/
+0
2020-12-15
drm/omap: dsi: drop unused enable_te()
Sebastian Reichel
2
-41
/
+0
2020-12-15
drm/omap: dsi: drop unused get_te()
Sebastian Reichel
2
-14
/
+0
2020-12-15
drm/omap: dsi: drop unused memory_read()
Sebastian Reichel
2
-97
/
+0
2020-12-15
drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
Sebastian Reichel
1
-5
/
+4
2020-12-15
drm/omap: panel-dsi-cm: drop hardcoded VC
Sebastian Reichel
1
-13
/
+7
[prev]
[next]