index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
displays
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-10
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-03-18
drm/omap: panel-tpo-td028ttec1: add backlight support
Andreas Kemnade
1
-0
/
+10
2019-03-18
drm/omap: Remove panel-dpi driver
Laurent Pinchart
3
-206
/
+0
2019-03-18
drm/omap: Remove TFP410 and DVI connector drivers
Laurent Pinchart
4
-446
/
+0
2019-03-18
drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
Laurent Pinchart
7
-14
/
+21
2019-03-18
drm/omap: Merge omap_dss_device type and output_type fields
Laurent Pinchart
14
-3
/
+11
2019-03-18
drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()
Laurent Pinchart
1
-4
/
+4
2019-03-18
drm/omap: panel-dsi-cm: Store source pointer internally
Laurent Pinchart
1
-26
/
+29
2019-03-18
drm/omap: Add a dss device operation flag for .get_modes()
Laurent Pinchart
8
-0
/
+8
2019-03-18
drm/omap: Merge display .get_modes() and .get_size() operations
Laurent Pinchart
1
-11
/
+3
2019-03-18
drm/omap: Expose DRM modes instead of timings in display devices
Laurent Pinchart
8
-32
/
+34
2019-03-18
drm/omap: Reverse direction of the DSS device enable/disable operations
Laurent Pinchart
14
-260
/
+48
2019-03-18
drm/omap: Remove enable checks from display .enable() and .remove()
Laurent Pinchart
13
-58
/
+25
2019-03-18
drm/omap: Remove connection checks from display .enable() and .remove()
Laurent Pinchart
3
-18
/
+0
2019-03-18
drm/omap: Move common display enable/disable code to encoder
Laurent Pinchart
11
-158
/
+5
2018-12-03
drm/omap: fix bus_flags for panel-dpi
Tomi Valkeinen
1
-0
/
+1
2018-09-03
drm/omap: Don't call .set_timings() operation recursively
Laurent Pinchart
13
-122
/
+0
2018-09-03
drm/omap: panels: Don't modify fixed timings
Laurent Pinchart
7
-21
/
+0
2018-09-03
drm/omap: Remove .get_timings() operation from display connectors
Laurent Pinchart
3
-94
/
+0
2018-09-03
drm/omap: Don't call .check_timings() operation recursively
Laurent Pinchart
13
-119
/
+0
2018-09-03
drm/omap: Store bus flags in the omap_dss_device structure
Laurent Pinchart
8
-46
/
+42
2018-09-03
drm/omap: Don't store video mode internally for external encoders
Laurent Pinchart
3
-15
/
+0
2018-09-03
drm/omap: Remove duplicate calls to .set_timings() operation
Laurent Pinchart
13
-28
/
+0
2018-09-03
drm/omap: Make the video_mode pointer to .set_timings() const
Laurent Pinchart
13
-13
/
+13
2018-09-03
drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handler
Laurent Pinchart
1
-2
/
+0
2018-09-03
drm/omap: Don't call HDMI mode and infoframe operations recursively
Laurent Pinchart
2
-41
/
+0
2018-09-03
drm/omap: Don't call EDID read operation recursively
Laurent Pinchart
3
-34
/
+5
2018-09-03
drm/omap: Move HPD disconnection handling to omap_connector
Laurent Pinchart
2
-12
/
+2
2018-09-03
drm/omap: Merge HPD enable operation with HPD callback registration
Laurent Pinchart
3
-76
/
+2
2018-09-03
drm/omap: Remove unneeded safety checks in the HPD operations
Laurent Pinchart
3
-24
/
+7
2018-09-03
drm/omap: Don't call HPD registration operations recursively
Laurent Pinchart
3
-40
/
+38
2018-09-03
drm/omap: Don't call .detect() operation recursively
Laurent Pinchart
3
-5
/
+7
2018-09-03
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
12
-43
/
+50
2018-09-03
drm/omap: panel-tpo-td043mtea1: Convert to the GPIO descriptors API
Laurent Pinchart
1
-38
/
+14
2018-09-03
drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h header
Laurent Pinchart
1
-1
/
+0
2018-09-03
drm/omap: panel-sony-acx565akm: Convert to the GPIO descriptors API
Laurent Pinchart
1
-35
/
+21
2018-09-03
drm/omap: panel-nec-nl8048hl11: Convert to the GPIO descriptors API
Laurent Pinchart
1
-43
/
+11
2018-09-03
drm/omap: encoder-tfp410: Convert to the GPIO descriptors API
Laurent Pinchart
1
-38
/
+13
2018-09-03
drm/omap: connector-hdmi: Convert to the GPIO descriptors API
Laurent Pinchart
1
-37
/
+20
2018-09-03
drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operations
Laurent Pinchart
1
-23
/
+2
2018-09-03
drm/omap: Reverse direction of DSS device (dis)connect operations
Laurent Pinchart
14
-338
/
+75
2018-09-03
drm/omap: dss: Acquire next dssdev at probe time
Laurent Pinchart
3
-0
/
+27
2018-09-03
drm/omap: displays: Don't cast dssdev to panel data unnecessarily
Laurent Pinchart
2
-6
/
+4
2018-09-03
drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
Laurent Pinchart
14
-36
/
+36
2018-09-03
drm/omap: dss: Replace omap_dss_device port number with bitmask
Laurent Pinchart
14
-2
/
+14
2018-09-03
drm/omap: dss: Store dss_device pointer in omap_dss_device
Laurent Pinchart
14
-14
/
+14
2018-09-03
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
Laurent Pinchart
14
-28
/
+28
2018-09-03
drm/omap: dss: Remove panel devices list
Laurent Pinchart
11
-97
/
+31
2018-09-03
drm/omap: dss: Split omapdss_register_display()
Laurent Pinchart
11
-0
/
+11
[next]