index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/omap: squash omapdrm sub-modules into one
Tomi Valkeinen
2020-12-15
10
-202
/
+155
*
drm/omap: dsi: simplify pin config
Sebastian Reichel
2020-12-15
2
-39
/
+13
*
drm/omap: simplify DSI manual update code
Sebastian Reichel
2020-12-15
3
-23
/
+9
*
drm/omap: drop dssdev display field
Sebastian Reichel
2020-12-15
2
-7
/
+1
*
drm/omap: drop DSS ops_flags
Sebastian Reichel
2020-12-15
2
-10
/
+0
*
drm/omap: drop unused DSS next pointer
Sebastian Reichel
2020-12-15
4
-18
/
+2
*
drm/omap: simplify omap_display_id
Sebastian Reichel
2020-12-15
1
-8
/
+1
*
drm/omap: remove unused omap_connector
Sebastian Reichel
2020-12-15
6
-190
/
+6
*
drm/omap: remove legacy DSS device operations
Sebastian Reichel
2020-12-15
5
-193
/
+0
*
drm/omap: dsi: Register a drm_bridge
Sebastian Reichel
2020-12-15
1
-45
/
+89
*
drm/panel: Move OMAP's DSI command mode panel driver
Sebastian Reichel
2020-12-15
5
-651
/
+0
*
drm/omap: remove global dss_device variable
Sebastian Reichel
2020-12-15
4
-29
/
+9
*
drm/omap: panel-dsi-cm: fix remove()
Sebastian Reichel
2020-12-15
1
-3
/
+0
*
drm/omap: panel-dsi-cm: support unbinding
Sebastian Reichel
2020-12-15
1
-3
/
+2
*
drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
Sebastian Reichel
2020-12-15
1
-4
/
+4
*
drm/omap: dsi: implement check timings
Sebastian Reichel
2020-12-15
1
-26
/
+44
*
drm/omap: drop omapdss-boot-init
Sebastian Reichel
2020-12-15
3
-234
/
+0
*
drm/omap: dsi: convert to drm_panel
Sebastian Reichel
2020-12-15
4
-158
/
+182
*
drm/omap: dsi: drop custom panel capability support
Sebastian Reichel
2020-12-15
4
-19
/
+17
*
drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
Sebastian Reichel
2020-12-15
2
-57
/
+45
*
drm/omap: dsi: move panel refresh function to host
Sebastian Reichel
2020-12-15
4
-95
/
+88
*
drm/omap: dsi: do ULPS in host driver
Sebastian Reichel
2020-12-15
3
-279
/
+60
*
drm/omap: dsi: untangle ulps ops from enable/disable
Sebastian Reichel
2020-12-15
3
-20
/
+46
*
drm/omap: dsi: do bus locking in host driver
Sebastian Reichel
2020-12-15
3
-60
/
+28
*
drm/omap: dsi: drop custom enable_te() API
Sebastian Reichel
2020-12-15
3
-14
/
+25
*
drm/omap: dsi: move TE GPIO handling into core
Sebastian Reichel
2020-12-15
2
-109
/
+140
*
drm/omap: dsi: lp/hs switching support for transfer()
Sebastian Reichel
2020-12-15
3
-7
/
+10
*
drm/omap: panel-dsi-cm: use bulk regulator API
Sebastian Reichel
2020-12-15
1
-44
/
+21
*
drm/omap: dsi: use pixel-format and mode from attach
Sebastian Reichel
2020-12-15
2
-14
/
+19
*
drm/omap: dsi: drop useless sync()
Sebastian Reichel
2020-12-15
3
-22
/
+0
*
drm/omap: dsi: drop unused enable_te()
Sebastian Reichel
2020-12-15
2
-41
/
+0
*
drm/omap: dsi: drop unused get_te()
Sebastian Reichel
2020-12-15
2
-14
/
+0
*
drm/omap: dsi: drop unused memory_read()
Sebastian Reichel
2020-12-15
2
-97
/
+0
*
drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
Sebastian Reichel
2020-12-15
1
-5
/
+4
*
drm/omap: panel-dsi-cm: drop hardcoded VC
Sebastian Reichel
2020-12-15
1
-13
/
+7
*
drm/omap: dsi: request VC via mipi_dsi_attach
Sebastian Reichel
2020-12-15
3
-47
/
+41
*
drm/omap: panel-dsi-cm: use DSI helpers
Sebastian Reichel
2020-12-15
1
-107
/
+18
*
drm/omap: dsi: introduce mipi_dsi_host
Sebastian Reichel
2020-12-15
3
-76
/
+102
*
drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
Sebastian Reichel
2020-12-15
1
-49
/
+39
*
drm/omap: dsi: simplify read functions
Sebastian Reichel
2020-12-15
1
-76
/
+34
*
drm/omap: dsi: simplify write function
Sebastian Reichel
2020-12-15
2
-113
/
+34
*
drm/omap: dsi: drop virtual channel logic
Sebastian Reichel
2020-12-15
3
-49
/
+12
*
drm/omap: dsi: unexport specific data transfer functions
Sebastian Reichel
2020-12-15
2
-32
/
+0
*
drm/omap: panel-dsi-cm: convert to transfer API
Sebastian Reichel
2020-12-15
1
-37
/
+95
*
drm/omap: dsi: add generic transfer function
Sebastian Reichel
2020-12-15
2
-0
/
+57
*
drm/omap: constify write buffers
Sebastian Reichel
2020-12-15
2
-17
/
+17
*
drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
Sebastian Reichel
2020-12-15
3
-41
/
+26
*
drm/omap: drop unused dsi.configure_pins
Sebastian Reichel
2020-12-15
3
-14
/
+0
*
Revert "drm/omap: dss: Remove unused omap_dss_device operations"
Sebastian Reichel
2020-12-15
3
-5
/
+71
*
drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes
Jyri Sarha
2020-12-15
3
-42
/
+93
[prev]
[next]