index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
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/omap: fix use of freed memory
Tomi Valkeinen
2018-10-02
1
-1
/
+2
*
drm/omap: Call dispc timings check operation directly
Laurent Pinchart
2018-09-03
1
-0
/
+6
*
drm/omap: Query timing information from analog TV encoder
Laurent Pinchart
2018-09-03
1
-9
/
+25
*
drm/omap: Don't call .check_timings() operation recursively
Laurent Pinchart
2018-09-03
1
-13
/
+19
*
drm/omap: Remove unneeded fallback for missing .check_timings()
Laurent Pinchart
2018-09-03
1
-24
/
+1
*
drm/omap: Determine connector type directly in omap_connector.c
Laurent Pinchart
2018-09-03
1
-3
/
+26
*
drm/omap: Pass both output and display omap_dss_device to connector init
Laurent Pinchart
2018-09-03
1
-13
/
+17
*
drm/omap: Don't call EDID read operation recursively
Laurent Pinchart
2018-09-03
1
-43
/
+58
*
drm/omap: Move HPD disconnection handling to omap_connector
Laurent Pinchart
2018-09-03
1
-6
/
+27
*
drm/omap: Merge HPD enable operation with HPD callback registration
Laurent Pinchart
2018-09-03
1
-7
/
+27
*
drm/omap: Remove unneeded safety checks in the HPD operations
Laurent Pinchart
2018-09-03
1
-13
/
+4
*
drm/omap: Don't call HPD registration operations recursively
Laurent Pinchart
2018-09-03
1
-29
/
+50
*
drm/omap: Don't call .detect() operation recursively
Laurent Pinchart
2018-09-03
1
-13
/
+23
*
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
2018-09-03
1
-20
/
+17
*
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
Laurent Pinchart
2018-09-03
1
-2
/
+2
*
drm/omap: dss: Constify omap_dss_driver operations structure
Laurent Pinchart
2018-09-03
1
-3
/
+3
*
drm: drop _mode_ from update_edit_property()
Daniel Vetter
2018-07-13
1
-2
/
+2
*
drm/omap: handle alloc failures in omap_connector
Tomi Valkeinen
2018-05-07
1
-0
/
+10
*
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
|
/
[next]