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.13.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
/
dss
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-03
drm/omap: populate DSI platform bus earlier
Sebastian Reichel
1
-10
/
+10
2018-12-03
drm/omap: fix bus_flags for panel-dpi
Tomi Valkeinen
1
-1
/
+1
2018-11-12
drm/omap: dsi: Fix missing of_platform_depopulate()
Tony Lindgren
1
-2
/
+6
2018-11-12
drm/omap: Move DISPC runtime PM handling to omapdrm
Laurent Pinchart
4
-68
/
+0
2018-11-12
drm/omap: dsi: Ensure the device is active during probe
Laurent Pinchart
1
-2
/
+5
2018-11-12
drm/omap: hdmi4: Ensure the device is active during bind
Laurent Pinchart
1
-1
/
+9
2018-11-12
drm/omap: Populate DSS children in omapdss driver
Laurent Pinchart
1
-1
/
+10
2018-10-02
drm/omap: Substitute format_is_yuv() with format->is_yuv
Ayan Kumar Halder
1
-16
/
+10
2018-10-02
drm/omap: remove set but not used variable 'frame_height'
YueHaibing
1
-6
/
+3
2018-10-02
drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())
zhong jiang
1
-1
/
+1
2018-09-03
drm/omap: Don't call .set_timings() operation recursively
Laurent Pinchart
5
-10
/
+0
2018-09-03
drm/omap: Store CRTC timings in .set_timings() operation
Laurent Pinchart
6
-16
/
+12
2018-09-03
drm/omap: venc: Fixup video mode in .check_timings() operation
Laurent Pinchart
1
-15
/
+8
2018-09-03
drm/omap: sdi: Fixup video mode in .check_timings() operation
Laurent Pinchart
1
-15
/
+22
2018-09-03
drm/omap: hdmi: Constify video mode and related pointers
Laurent Pinchart
5
-13
/
+13
2018-09-03
drm/omap: dsi: Fixup video mode in .set_config() operation
Laurent Pinchart
1
-13
/
+14
2018-09-03
drm/omap: dpi: Don't fixup video mode in dpi_set_mode()
Laurent Pinchart
1
-11
/
+1
2018-09-03
drm/omap: Call dispc timings check operation directly
Laurent Pinchart
7
-45
/
+13
2018-09-03
drm/omap: Query timing information from analog TV encoder
Laurent Pinchart
1
-0
/
+12
2018-09-03
drm/omap: Store bus flags in the omap_dss_device structure
Laurent Pinchart
3
-9
/
+6
2018-09-03
drm/omap: Make the video_mode pointer to .set_timings() const
Laurent Pinchart
6
-6
/
+6
2018-09-03
drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functions
Laurent Pinchart
2
-12
/
+12
2018-09-03
drm/omap: Don't call EDID read operation recursively
Laurent Pinchart
2
-0
/
+2
2018-09-03
drm/omap: Merge HPD enable operation with HPD callback registration
Laurent Pinchart
1
-2
/
+0
2018-09-03
drm/omap: Remove unneeded safety checks in the HPD operations
Laurent Pinchart
1
-3
/
+3
2018-09-03
drm/omap: dss: Add device operations flags
Laurent Pinchart
1
-0
/
+13
2018-09-03
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
5
-53
/
+21
2018-09-03
drm/omap: Check omap_dss_device type based on the output_type field
Laurent Pinchart
2
-2
/
+9
2018-09-03
drm/omap: Remove unnecessary display output sanity checks
Laurent Pinchart
1
-3
/
+0
2018-09-03
drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operations
Laurent Pinchart
1
-3
/
+0
2018-09-03
drm/omap: dss: Remove unused omap_dss_driver operations
Laurent Pinchart
1
-7
/
+0
2018-09-03
drm/omap: dss: Remove the dss_mgr_(dis)connect() operations
Laurent Pinchart
8
-77
/
+6
2018-09-03
drm/omap: Set dispc_channel_connect from DSS output connect handlers
Laurent Pinchart
6
-0
/
+18
2018-09-03
drm/omap: Remove supported output check in CRTC connect handler
Laurent Pinchart
4
-18
/
+0
2018-09-03
drm/omap: Pass pipe pointer to omap_crtc_init()
Laurent Pinchart
2
-10
/
+0
2018-09-03
drm/omap: dss: Merge two disconnection helpers
Laurent Pinchart
9
-28
/
+2
2018-09-03
drm/omap: dss: Move display type validation to initialization time
Laurent Pinchart
8
-98
/
+72
2018-09-03
drm/omap: dss: Move connection checks to omapdss_device_(dis)connect
Laurent Pinchart
2
-27
/
+3
2018-09-03
drm/omap: Reverse direction of DSS device (dis)connect operations
Laurent Pinchart
8
-80
/
+142
2018-09-03
drm/omap: dss: Get regulators at probe time
Laurent Pinchart
6
-161
/
+72
2018-09-03
drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
Laurent Pinchart
8
-39
/
+24
2018-09-03
drm/omap: dss: Add function to retrieve display for an output
Laurent Pinchart
2
-0
/
+10
2018-09-03
drm/omap: dss: Add for_each_dss_output() macro
Laurent Pinchart
2
-9
/
+23
2018-09-03
drm/omap: dss: Acquire next dssdev at probe time
Laurent Pinchart
7
-14
/
+93
2018-09-03
drm/omap: dss: venc: Move initialization code from bind to probe
Laurent Pinchart
1
-44
/
+60
2018-09-03
drm/omap: dss: hdmi5: Move initialization code from bind to probe
Laurent Pinchart
1
-95
/
+110
2018-09-03
drm/omap: dss: hdmi4: Move initialization code from bind to probe
Laurent Pinchart
1
-101
/
+117
2018-09-03
drm/omap: dss: dsi: Move initialization code from bind to probe
Laurent Pinchart
1
-140
/
+161
2018-09-03
drm/omap: dss: Cleanup error paths in output init functions
Laurent Pinchart
6
-28
/
+19
2018-09-03
drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
Laurent Pinchart
2
-8
/
+8
[next]