index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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: 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
2020-12-15
drm/omap: dsi: unexport specific data transfer functions
Sebastian Reichel
2
-32
/
+0
2020-12-15
drm/omap: dsi: add generic transfer function
Sebastian Reichel
2
-0
/
+57
2020-12-15
drm/omap: constify write buffers
Sebastian Reichel
2
-17
/
+17
2020-12-15
drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
Sebastian Reichel
2
-40
/
+25
2020-12-15
drm/omap: drop unused dsi.configure_pins
Sebastian Reichel
2
-3
/
+0
2020-12-15
Revert "drm/omap: dss: Remove unused omap_dss_device operations"
Sebastian Reichel
2
-0
/
+32
2020-12-15
drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes
Jyri Sarha
2
-42
/
+63
2020-12-15
drm/omap: rearrange includes in omapdss.h
Tomi Valkeinen
1
-4
/
+4
2020-12-14
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
24
-42
/
+49
2020-11-30
drm/omap: sdi: fix bridge enable/disable
Tomi Valkeinen
1
-6
/
+4
2020-11-10
drm/omap: Fix runtime PM imbalance on error
Dinghao Liu
6
-14
/
+26
2020-11-10
drm: omapdrm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
20
-21
/
+21
2020-11-10
drm/omap: dsi: Rework and remove a few unused variables
Lee Jones
1
-7
/
+2
2020-09-08
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-21
drm/omap: fix spelling mistake "propert" -> "property"
Colin Ian King
1
-1
/
+1
2020-08-21
drm: omapdrm: Delete surplus GPIO includes
Linus Walleij
2
-2
/
+0
2020-08-11
Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
4
-0
/
+4
2020-08-04
drm/omap: force runtime PM suspend on system suspend
Tomi Valkeinen
4
-0
/
+4
2020-06-30
Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-0
/
+3
2020-06-23
drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()
Laurent Pinchart
3
-0
/
+3
[prev]
[next]