index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
dss
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
drm/omap: dsi: display_enable cleanup
Tomi Valkeinen
1
-13
/
+3
2020-12-15
drm/omap: dsi: move enable/disable to bridge enable/disable
Tomi Valkeinen
1
-33
/
+22
2020-12-15
drm/omap: dsi: move structs & defines to dsi.h
Tomi Valkeinen
3
-447
/
+460
2020-12-15
drm/omap: dsi: use separate VCs for cmd and video
Tomi Valkeinen
1
-5
/
+7
2020-12-15
drm/omap: dsi: enable HS before sending the frame
Tomi Valkeinen
1
-0
/
+2
2020-12-15
drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode
Tomi Valkeinen
1
-6
/
+4
2020-12-15
drm/omap: dsi: untangle vc & channel
Tomi Valkeinen
1
-23
/
+22
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/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/omap: remove dss_mgr_ops
Tomi Valkeinen
3
-52
/
+24
2020-12-15
drm/omap: remove dispc_ops
Tomi Valkeinen
4
-150
/
+98
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
2
-62
/
+0
2020-12-15
drm/omap: squash omapdrm sub-modules into one
Tomi Valkeinen
7
-195
/
+6
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
2
-11
/
+5
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
3
-14
/
+2
2020-12-15
drm/omap: remove legacy DSS device operations
Sebastian Reichel
3
-108
/
+0
2020-12-15
drm/omap: dsi: Register a drm_bridge
Sebastian Reichel
1
-45
/
+89
2020-12-15
drm/omap: remove global dss_device variable
Sebastian Reichel
3
-25
/
+7
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
3
-32
/
+105
2020-12-15
drm/omap: dsi: drop custom panel capability support
Sebastian Reichel
2
-7
/
+9
2020-12-15
drm/omap: dsi: move panel refresh function to host
Sebastian Reichel
2
-20
/
+84
2020-12-15
drm/omap: dsi: do ULPS in host driver
Sebastian Reichel
2
-20
/
+53
2020-12-15
drm/omap: dsi: untangle ulps ops from enable/disable
Sebastian Reichel
2
-16
/
+42
2020-12-15
drm/omap: dsi: do bus locking in host driver
Sebastian Reichel
2
-17
/
+27
2020-12-15
drm/omap: dsi: drop custom enable_te() API
Sebastian Reichel
2
-11
/
+25
2020-12-15
drm/omap: dsi: move TE GPIO handling into core
Sebastian Reichel
1
-12
/
+133
2020-12-15
drm/omap: dsi: lp/hs switching support for transfer()
Sebastian Reichel
2
-4
/
+7
2020-12-15
drm/omap: dsi: use pixel-format and mode from attach
Sebastian Reichel
1
-12
/
+19
2020-12-15
drm/omap: dsi: drop useless sync()
Sebastian Reichel
1
-1
/
+0
2020-12-15
drm/omap: dsi: drop unused enable_te()
Sebastian Reichel
1
-2
/
+0
2020-12-15
drm/omap: dsi: drop unused get_te()
Sebastian Reichel
1
-1
/
+0
2020-12-15
drm/omap: dsi: drop unused memory_read()
Sebastian Reichel
1
-4
/
+0
2020-12-15
drm/omap: dsi: request VC via mipi_dsi_attach
Sebastian Reichel
2
-38
/
+26
2020-12-15
drm/omap: dsi: introduce mipi_dsi_host
Sebastian Reichel
2
-15
/
+42
2020-12-15
drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
Sebastian Reichel
1
-49
/
+39
2020-12-15
drm/omap: dsi: simplify read functions
Sebastian Reichel
1
-76
/
+34
2020-12-15
drm/omap: dsi: simplify write function
Sebastian Reichel
2
-113
/
+34
2020-12-15
drm/omap: dsi: drop virtual channel logic
Sebastian Reichel
2
-41
/
+9
[next]