index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_connector.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
-0
/
+9
2019-03-18
drm/omap: Add support for drm_bridge
Laurent Pinchart
1
-5
/
+11
2019-03-18
drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()
Laurent Pinchart
1
-5
/
+2
2019-03-18
drm/omap: Factor out common mode validation code
Laurent Pinchart
1
-24
/
+30
2019-03-18
drm/omap: Move DISPC timing checks to CRTC .mode_valid() operation
Laurent Pinchart
1
-6
/
+0
2019-03-18
drm/omap: Notify all devices in the pipeline of output disconnection
Laurent Pinchart
1
-12
/
+16
2019-03-18
drm/omap: Don't store display pointer in omap_connector structure
Laurent Pinchart
1
-18
/
+13
2019-03-18
drm/omap: Add a dss device operation flag for .get_modes()
Laurent Pinchart
1
-4
/
+4
2019-03-18
drm/omap: Merge display .get_modes() and .get_size() operations
Laurent Pinchart
1
-13
/
+2
2019-03-18
drm/omap: Expose DRM modes instead of timings in display devices
Laurent Pinchart
1
-23
/
+10
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-1
/
+1
2019-01-09
drm: omapdrm: Cleanup drm_display_mode print str
Shayenne Moura
1
-7
/
+2
2018-10-02
drm/omap: fix use of freed memory
Tomi Valkeinen
1
-1
/
+2
2018-09-03
drm/omap: Call dispc timings check operation directly
Laurent Pinchart
1
-0
/
+6
2018-09-03
drm/omap: Query timing information from analog TV encoder
Laurent Pinchart
1
-9
/
+25
2018-09-03
drm/omap: Don't call .check_timings() operation recursively
Laurent Pinchart
1
-13
/
+19
2018-09-03
drm/omap: Remove unneeded fallback for missing .check_timings()
Laurent Pinchart
1
-24
/
+1
2018-09-03
drm/omap: Determine connector type directly in omap_connector.c
Laurent Pinchart
1
-3
/
+26
2018-09-03
drm/omap: Pass both output and display omap_dss_device to connector init
Laurent Pinchart
1
-13
/
+17
2018-09-03
drm/omap: Don't call EDID read operation recursively
Laurent Pinchart
1
-43
/
+58
2018-09-03
drm/omap: Move HPD disconnection handling to omap_connector
Laurent Pinchart
1
-6
/
+27
2018-09-03
drm/omap: Merge HPD enable operation with HPD callback registration
Laurent Pinchart
1
-7
/
+27
2018-09-03
drm/omap: Remove unneeded safety checks in the HPD operations
Laurent Pinchart
1
-13
/
+4
2018-09-03
drm/omap: Don't call HPD registration operations recursively
Laurent Pinchart
1
-29
/
+50
2018-09-03
drm/omap: Don't call .detect() operation recursively
Laurent Pinchart
1
-13
/
+23
2018-09-03
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
1
-20
/
+17
2018-09-03
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
Laurent Pinchart
1
-2
/
+2
2018-09-03
drm/omap: dss: Constify omap_dss_driver operations structure
Laurent Pinchart
1
-3
/
+3
2018-07-13
drm: drop _mode_ from update_edit_property()
Daniel Vetter
1
-2
/
+2
2018-05-07
drm/omap: handle alloc failures in omap_connector
Tomi Valkeinen
1
-0
/
+10
2017-12-19
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
1
-3
/
+1
2017-12-19
drm/omap: add support for physical size hints from display drivers
Sebastian Reichel
1
-0
/
+6
2017-08-15
drm/omap: Support for HDMI hot plug detection
Peter Ujfalusi
1
-1
/
+36
2017-08-08
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
1
-1
/
+0
2017-04-03
drm/omap: fix display SYNC/DE flags
Tomi Valkeinen
1
-2
/
+6
2017-04-03
drm/omap: poll only connectors where the connect/disconnect can be checked
Peter Ujfalusi
1
-6
/
+4
2016-12-19
drm: omapdrm: Perform initialization/cleanup at probe/remove time
Laurent Pinchart
1
-2
/
+0
2016-12-19
drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures
Laurent Pinchart
1
-2
/
+2
2016-11-02
drm/omap: Use consistent name for struct videomode
Peter Ujfalusi
1
-10
/
+10
2016-11-02
drm/omap: Replace struct omap_video_timings with videomode
Peter Ujfalusi
1
-76
/
+8
2016-11-02
drm/omap: omap_display_timings: Use display_flags for sync edge
Peter Ujfalusi
1
-2
/
+3
2016-11-02
drm/omap: omap_display_timings: Use display_flags for pixel data edge
Peter Ujfalusi
1
-2
/
+1
2016-11-02
drm/omap: omap_display_timings: Use display_flags for double_pixel mode
Peter Ujfalusi
1
-2
/
+3
2016-11-02
drm/omap: omap_display_timings: Use display_flags for DE level
Peter Ujfalusi
1
-1
/
+1
2016-11-02
drm/omap: omap_display_timings: Use display_flags for h/vsync level
Peter Ujfalusi
1
-6
/
+6
2016-11-02
drm/omap: omap_display_timings: Use display_flags for interlace mode
Peter Ujfalusi
1
-2
/
+4
2016-11-02
drm/omap: omap_display_timings: rename vbp to vback_porch
Peter Ujfalusi
1
-2
/
+2
2016-11-02
drm/omap: omap_display_timings: rename vfp to vfront_porch
Peter Ujfalusi
1
-2
/
+2
2016-11-02
drm/omap: omap_display_timings: rename vsw to vsync_len
Peter Ujfalusi
1
-2
/
+2
[next]