index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_connector.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
2017-12-19
1
-3
/
+1
*
drm/omap: add support for physical size hints from display drivers
Sebastian Reichel
2017-12-19
1
-0
/
+6
*
drm/omap: Support for HDMI hot plug detection
Peter Ujfalusi
2017-08-15
1
-1
/
+36
*
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
2017-08-08
1
-1
/
+0
*
drm/omap: fix display SYNC/DE flags
Tomi Valkeinen
2017-04-03
1
-2
/
+6
*
drm/omap: poll only connectors where the connect/disconnect can be checked
Peter Ujfalusi
2017-04-03
1
-6
/
+4
*
drm: omapdrm: Perform initialization/cleanup at probe/remove time
Laurent Pinchart
2016-12-19
1
-2
/
+0
*
drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures
Laurent Pinchart
2016-12-19
1
-2
/
+2
*
drm/omap: Use consistent name for struct videomode
Peter Ujfalusi
2016-11-02
1
-10
/
+10
*
drm/omap: Replace struct omap_video_timings with videomode
Peter Ujfalusi
2016-11-02
1
-76
/
+8
*
drm/omap: omap_display_timings: Use display_flags for sync edge
Peter Ujfalusi
2016-11-02
1
-2
/
+3
*
drm/omap: omap_display_timings: Use display_flags for pixel data edge
Peter Ujfalusi
2016-11-02
1
-2
/
+1
*
drm/omap: omap_display_timings: Use display_flags for double_pixel mode
Peter Ujfalusi
2016-11-02
1
-2
/
+3
*
drm/omap: omap_display_timings: Use display_flags for DE level
Peter Ujfalusi
2016-11-02
1
-1
/
+1
*
drm/omap: omap_display_timings: Use display_flags for h/vsync level
Peter Ujfalusi
2016-11-02
1
-6
/
+6
*
drm/omap: omap_display_timings: Use display_flags for interlace mode
Peter Ujfalusi
2016-11-02
1
-2
/
+4
*
drm/omap: omap_display_timings: rename vbp to vback_porch
Peter Ujfalusi
2016-11-02
1
-2
/
+2
*
drm/omap: omap_display_timings: rename vfp to vfront_porch
Peter Ujfalusi
2016-11-02
1
-2
/
+2
*
drm/omap: omap_display_timings: rename vsw to vsync_len
Peter Ujfalusi
2016-11-02
1
-2
/
+2
*
drm/omap: omap_display_timings: rename hbp to hback_porch
Peter Ujfalusi
2016-11-02
1
-2
/
+2
*
drm/omap: omap_display_timings: rename hfp to hfront_porch
Peter Ujfalusi
2016-11-02
1
-2
/
+2
*
drm/omap: omap_display_timings: rename hsw to hsync_len
Peter Ujfalusi
2016-11-02
1
-2
/
+2
*
drm/omap: omap_display_timings: rename y_res to vactive
Peter Ujfalusi
2016-11-02
1
-2
/
+2
*
drm/omap: omap_display_timings: rename x_res to hactive
Peter Ujfalusi
2016-11-02
1
-2
/
+2
*
drm: omap: Rely on the default ->best_encoder() behavior
Boris Brezillon
2016-06-10
1
-10
/
+0
*
drm/omap: support double-pixel
Tomi Valkeinen
2016-03-03
1
-0
/
+4
*
drm: omapdrm: Switch connector DPMS to atomic helpers
Laurent Pinchart
2015-06-12
1
-1
/
+1
*
drm: omapdrm: Wire up atomic state object scaffolding
Laurent Pinchart
2015-06-12
1
-0
/
+4
*
drm: omapdrm: Clean up #include's
Laurent Pinchart
2015-06-12
1
-3
/
+3
*
Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...
Linus Torvalds
2015-04-20
1
-1
/
+1
|
\
|
*
OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES
Tomi Valkeinen
2015-02-26
1
-1
/
+1
*
|
drm: omapdrm: Remove manual update display support
Laurent Pinchart
2015-03-20
1
-12
/
+0
|
/
*
Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...
Linus Torvalds
2014-08-08
1
-0
/
+12
|
\
|
*
drm/omap: Add infoframe & dvi/hdmi mode support
Tomi Valkeinen
2014-07-04
1
-0
/
+12
*
|
drm: add register and unregister functions for connectors
Thomas Wood
2014-06-19
1
-2
/
+2
|
/
*
OMAPDSS: convert pixel clock to common videomode style
Tomi Valkeinen
2014-03-05
1
-3
/
+3
*
drm/omap: Make fixed resolution panels work
Archit Taneja
2013-04-11
1
-2
/
+25
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-02-25
1
-3
/
+1
*
drm/omap: move out of staging
Rob Clark
2013-02-16
1
-0
/
+298