index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-26
drm: Add helper to create a connector for a chain of bridges
Laurent Pinchart
5
-1
/
+417
2020-02-26
drm/bridge: tfp410: Allow operation without drm_connector
Laurent Pinchart
1
-4
/
+2
2020-02-26
drm/bridge: tfp410: Replace manual connector handling with bridge
Laurent Pinchart
1
-141
/
+75
2020-02-26
drm/bridge: panel: Implement bridge connector operations
Laurent Pinchart
1
-4
/
+13
2020-02-26
drm/bridge: Add driver for the TI TPD12S015 HDMI level shifter
Laurent Pinchart
3
-0
/
+220
2020-02-26
drm/bridge: Add bridge driver for display connectors
Laurent Pinchart
3
-0
/
+307
2020-02-26
drm/bridge: simple-bridge: Add support for the TI OPA362
Laurent Pinchart
1
-0
/
+5
2020-02-26
drm/bridge: simple-bridge: Add support for enable GPIO
Laurent Pinchart
1
-4
/
+18
2020-02-26
drm/bridge: simple-bridge: Add support for non-VGA bridges
Laurent Pinchart
1
-12
/
+29
2020-02-26
drm/bridge: dumb-vga-dac: Rename driver to simple-bridge
Laurent Pinchart
9
-16
/
+16
2020-02-26
drm/bridge: dumb-vga-dac: Rename internal symbols to simple-bridge
Laurent Pinchart
1
-77
/
+77
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
60
-79
/
+231
2020-02-26
drm/bridge: Add interlace_allowed flag to drm_bridge
Laurent Pinchart
1
-0
/
+5
2020-02-26
drm/bridge: Add connector-related bridge operations and data
Laurent Pinchart
2
-2
/
+391
2020-02-26
drm/bridge: Improve overview documentation
Laurent Pinchart
2
-28
/
+79
2020-02-26
drm/bridge: Fix atomic state ops documentation
Laurent Pinchart
1
-6
/
+14
2020-02-26
drm/bridge: Document the drm_encoder.bridge_chain field as private
Laurent Pinchart
1
-1
/
+2
2020-02-26
drm/edid: Add flag to drm_display_info to identify HDMI sinks
Laurent Pinchart
3
-0
/
+28
2020-02-26
drm/connector: Add helper to get a connector type name
Laurent Pinchart
2
-0
/
+16
2020-02-26
video: hdmi: Change return type of hdmi_avi_infoframe_init() to void
Laurent Pinchart
3
-14
/
+4
2020-02-25
drm/panfrost: Add support for multiple power domains
Nicolas Boichat
3
-8
/
+102
2020-02-25
drm/panfrost: Add support for multiple regulators
Nicolas Boichat
3
-18
/
+51
2020-02-25
drm/panfrost: Improve error reporting in panfrost_gpu_power_on
Nicolas Boichat
1
-4
/
+7
2020-02-25
drm/bridge: panel: Propagate bus format/flags
Boris Brezillon
1
-0
/
+4
2020-02-25
drm/bridge: lvds-codec: Constify the drm_bridge_funcs structure
Laurent Pinchart
1
-1
/
+1
2020-02-25
drm/bridge: lvds-codec: Add to_lvds_codec() function
Laurent Pinchart
1
-6
/
+8
2020-02-25
drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl
Gurchetan Singh
3
-16
/
+16
2020-02-25
drm/virtio: track whether or not a context has been initiated
Gurchetan Singh
3
-0
/
+13
2020-02-25
drm/virtio: factor out context create hypercall
Gurchetan Singh
3
-20
/
+21
2020-02-25
drm/virtio: use consistent names for drm_files
Gurchetan Singh
1
-10
/
+10
2020-02-24
MAINTAINERS: Update myself email address
Xinliang Liu
1
-2
/
+3
2020-02-22
drm/panel: ld9040: add MODULE_DEVICE_TABLE with SPI IDs
Marek Szyprowski
1
-0
/
+6
2020-02-22
drm/panel: simple: fix osd070t1718_19ts sync drive edge
Tomi Valkeinen
1
-1
/
+2
2020-02-21
drm/sun4i: tcon: Support LVDS on the A33
Maxime Ripard
1
-0
/
+1
2020-02-21
drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
Torsten Duwe
1
-2
/
+2
2020-02-21
drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removal
Torsten Duwe
1
-3
/
+2
2020-02-20
drm/sun4i: tcon: Support LVDS output on Allwinner A20
Andrey Lebedev
2
-1
/
+46
2020-02-20
drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20
Andrey Lebedev
1
-0
/
+2
2020-02-20
dt-bindings: display: sun4i: New compatibles for A20 tcons
Andrey Lebedev
1
-0
/
+6
2020-02-20
drm/sun4i: tcon: Introduce LVDS setup routine setting
Andrey Lebedev
2
-32
/
+38
2020-02-19
drm/sun4i: dsi: Avoid hotplug race with DRM driver bind
Samuel Holland
1
-1
/
+1
2020-02-18
drm/bridge: Fix the bridge kernel doc
Boris Brezillon
3
-10
/
+12
2020-02-17
drm/virtio: move remaining virtio_gpu_notify calls
Gerd Hoffmann
5
-9
/
+9
2020-02-17
drm/virtio: batch display query
Gerd Hoffmann
2
-2
/
+2
2020-02-17
drm/virtio: batch resource creation
Gerd Hoffmann
2
-3
/
+1
2020-02-17
drm/virtio: batch plane updates (pageflip)
Gerd Hoffmann
4
-4
/
+6
2020-02-17
drm/virtio: notify before waiting
Gerd Hoffmann
1
-0
/
+1
2020-02-17
drm/virtio: rework notification for better batching
Gerd Hoffmann
3
-27
/
+33
2020-02-17
dma-buf: Fix a typo in Kconfig
Christophe JAILLET
1
-1
/
+1
2020-02-17
drm/format_helper: Dual licence the file in GPL 2 and MIT
Emmanuel Vadot
1
-1
/
+1
[next]