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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-12-15
drm/omap: dsi: request VC via mipi_dsi_attach
Sebastian Reichel
3
-47
/
+41
2020-12-15
drm/omap: panel-dsi-cm: use DSI helpers
Sebastian Reichel
1
-107
/
+18
2020-12-15
drm/omap: dsi: introduce mipi_dsi_host
Sebastian Reichel
3
-76
/
+102
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
3
-49
/
+12
2020-12-15
drm/omap: dsi: unexport specific data transfer functions
Sebastian Reichel
2
-32
/
+0
2020-12-15
drm/omap: panel-dsi-cm: convert to transfer API
Sebastian Reichel
1
-37
/
+95
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
3
-41
/
+26
2020-12-15
drm/omap: drop unused dsi.configure_pins
Sebastian Reichel
3
-14
/
+0
2020-12-15
Revert "drm/omap: dss: Remove unused omap_dss_device operations"
Sebastian Reichel
3
-5
/
+71
2020-12-15
drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes
Jyri Sarha
3
-42
/
+93
2020-12-15
drm/omap: rearrange includes in omapdss.h
Tomi Valkeinen
1
-4
/
+4
2020-12-15
drm/omap: Implement CTM property for CRTC using OVL managers CPR matrix
Jyri Sarha
1
-2
/
+37
2020-12-15
drm/omap: use degamma property for gamma table
Tomi Valkeinen
1
-6
/
+6
2020-12-15
drm: add legacy support for using degamma for gamma
Tomi Valkeinen
2
-4
/
+23
2020-12-15
drm: automatic legacy gamma support
Tomi Valkeinen
18
-97
/
+102
2020-12-15
drm/hisilicon: Fix use-after-free
Tian Tao
1
-1
/
+0
2020-12-15
drm/vc4: kms: Convert to atomic helpers
Maxime Ripard
1
-107
/
+3
2020-12-15
drm/vc4: kms: Remove async modeset semaphore
Maxime Ripard
3
-37
/
+2
2020-12-15
drm/vc4: kms: Remove unassigned_channels from the HVS state
Maxime Ripard
1
-7
/
+7
2020-12-15
drm/vc4: kms: Wait on previous FIFO users before a commit
Maxime Ripard
1
-1
/
+122
2020-12-15
drm/vc4: Simplify a bit the global atomic_check
Maxime Ripard
1
-7
/
+6
2020-12-15
drm: Introduce an atomic_commit_setup function
Maxime Ripard
1
-0
/
+9
2020-12-15
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
574
-7061
/
+90742
2020-12-15
Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
48
-397
/
+1301
[next]