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
/
omap_encoder.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
drm/omap: drop unused DSS next pointer
Sebastian Reichel
1
-4
/
+0
2020-12-15
drm/omap: remove unused omap_connector
Sebastian Reichel
1
-19
/
+0
2020-12-15
drm/omap: remove legacy DSS device operations
Sebastian Reichel
1
-56
/
+0
2020-12-15
drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
Sebastian Reichel
1
-20
/
+8
2020-12-15
Revert "drm/omap: dss: Remove unused omap_dss_device operations"
Sebastian Reichel
1
-5
/
+39
2020-11-10
drm: omapdrm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-02-26
drm/omap: dss: Remove unused omap_dss_device operations
Laurent Pinchart
1
-39
/
+5
2020-02-26
drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operations
Laurent Pinchart
1
-26
/
+0
2020-02-26
drm/omap: dss: Make omap_dss_device_ops optional
Laurent Pinchart
1
-5
/
+7
2020-02-26
drm/omap: Use the drm_panel_bridge API
Laurent Pinchart
1
-13
/
+0
2020-02-26
drm/omap: Simplify HDMI mode and infoframe configuration
Laurent Pinchart
1
-3
/
+1
2019-12-09
drm/bridge: Introduce drm_bridge_get_next_bridge()
Boris Brezillon
1
-1
/
+2
2019-08-28
drm: Stop including drm_bridge.h from drm_crtc.h
Boris Brezillon
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-03-18
drm/omap: Add support for drm_panel
Laurent Pinchart
1
-13
/
+28
2019-03-18
drm/omap: Add support for drm_bridge
Laurent Pinchart
1
-27
/
+42
2019-03-18
drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
Laurent Pinchart
1
-4
/
+4
2019-03-18
drm/omap: Merge omap_dss_device type and output_type fields
Laurent Pinchart
1
-3
/
+3
2019-03-18
drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()
Laurent Pinchart
1
-1
/
+1
2019-03-18
drm/omap: Factor out common mode validation code
Laurent Pinchart
1
-21
/
+9
2019-03-18
drm/omap: Move DISPC timing checks to CRTC .mode_valid() operation
Laurent Pinchart
1
-6
/
+0
2019-03-18
drm/omap: Don't pass display pointer to encoder init function
Laurent Pinchart
1
-4
/
+1
2019-03-18
drm/omap: Reverse direction of the DSS device enable/disable operations
Laurent Pinchart
1
-11
/
+38
2019-03-18
drm/omap: Remove enable checks from display .enable() and .remove()
Laurent Pinchart
1
-6
/
+0
2019-03-18
drm/omap: Remove connection checks from display .enable() and .remove()
Laurent Pinchart
1
-12
/
+5
2019-03-18
drm/omap: Move common display enable/disable code to encoder
Laurent Pinchart
1
-3
/
+27
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-1
/
+1
2019-01-11
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-25
/
+33
2019-01-10
drm/edid: Pass connector to AVI infoframe functions
Ville Syrjälä
1
-2
/
+2
2018-12-03
drm/omap: fix incorrect union usage
Sebastian Reichel
1
-25
/
+33
2018-09-03
drm/omap: Don't call .set_timings() operation recursively
Laurent Pinchart
1
-12
/
+8
2018-09-03
drm/omap: Call dispc timings check operation directly
Laurent Pinchart
1
-5
/
+13
2018-09-03
drm/omap: Split mode fixup and mode set from encoder enable
Laurent Pinchart
1
-69
/
+79
2018-09-03
drm/omap: Move bus flag hack to encoder implementation
Laurent Pinchart
1
-6
/
+42
2018-09-03
drm/omap: Don't call .check_timings() operation recursively
Laurent Pinchart
1
-7
/
+13
2018-09-03
drm/omap: Remove unneeded fallback for missing .check_timings()
Laurent Pinchart
1
-14
/
+2
2018-09-03
drm/omap: Don't call HDMI mode and infoframe operations recursively
Laurent Pinchart
1
-1
/
+1
2018-09-03
drm/omap: Pass both output and display omap_dss_device to encoder init
Laurent Pinchart
1
-7
/
+10
2018-09-03
drm/omap: Get from CRTC to display device directly
Laurent Pinchart
1
-7
/
+0
2018-09-03
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
1
-14
/
+11
2018-09-03
drm/omap: dss: Constify omap_dss_driver operations structure
Laurent Pinchart
1
-3
/
+3
2017-12-19
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
1
-3
/
+1
2017-07-14
drm: handle HDMI 2.0 VICs in AVI info-frames
Shashank Sharma
1
-1
/
+2
2016-12-19
drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures
Laurent Pinchart
1
-1
/
+1
2016-11-02
drm/omap: Use consistent name for struct videomode
Peter Ujfalusi
1
-4
/
+4
2016-11-02
drm/omap: Replace struct omap_video_timings with videomode
Peter Ujfalusi
1
-3
/
+3
2016-03-03
drm/omap: print an error if display enable fails
Tomi Valkeinen
1
-1
/
+6
2015-12-31
drm/omap: remove obsolete manager assignment
Tomi Valkeinen
1
-2
/
+0
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
1
-1
/
+1
2015-06-12
drm: omapdrm: Move encoder setup to encoder operations
Laurent Pinchart
1
-48
/
+31
[next]