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
/
dss
/
venc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-12
drm/omap: Move DISPC runtime PM handling to omapdrm
Laurent Pinchart
1
-7
/
+0
2018-09-03
drm/omap: Don't call .set_timings() operation recursively
Laurent Pinchart
1
-2
/
+0
2018-09-03
drm/omap: Store CRTC timings in .set_timings() operation
Laurent Pinchart
1
-2
/
+2
2018-09-03
drm/omap: venc: Fixup video mode in .check_timings() operation
Laurent Pinchart
1
-15
/
+8
2018-09-03
drm/omap: Query timing information from analog TV encoder
Laurent Pinchart
1
-0
/
+12
2018-09-03
drm/omap: Make the video_mode pointer to .set_timings() const
Laurent Pinchart
1
-1
/
+1
2018-09-03
drm/omap: dss: Remove the dss_mgr_(dis)connect() operations
Laurent Pinchart
1
-9
/
+1
2018-09-03
drm/omap: Set dispc_channel_connect from DSS output connect handlers
Laurent Pinchart
1
-0
/
+3
2018-09-03
drm/omap: dss: Merge two disconnection helpers
Laurent Pinchart
1
-1
/
+0
2018-09-03
drm/omap: dss: Move display type validation to initialization time
Laurent Pinchart
1
-14
/
+11
2018-09-03
drm/omap: Reverse direction of DSS device (dis)connect operations
Laurent Pinchart
1
-10
/
+20
2018-09-03
drm/omap: dss: Get regulators at probe time
Laurent Pinchart
1
-24
/
+8
2018-09-03
drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
Laurent Pinchart
1
-5
/
+3
2018-09-03
drm/omap: dss: Acquire next dssdev at probe time
Laurent Pinchart
1
-2
/
+16
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: Cleanup error paths in output init functions
Laurent Pinchart
1
-4
/
+3
2018-09-03
drm/omap: dss: Replace omap_dss_device port number with bitmask
Laurent Pinchart
1
-0
/
+1
2018-09-03
drm/omap: dss: Remove output devices list
Laurent Pinchart
1
-2
/
+2
2018-09-03
drm/omap: dss: Move src and dst check and set to connection handlers
Laurent Pinchart
1
-5
/
+0
2018-09-03
drm/omap: dss: Move common device operations to common structure
Laurent Pinchart
1
-2
/
+2
2018-09-03
drm/omap: dss: Remove DSS encoders get_timings operation
Laurent Pinchart
1
-13
/
+0
2018-09-03
drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations
Laurent Pinchart
1
-41
/
+0
2018-06-28
drm/omap: fix email address
Tomi Valkeinen
1
-1
/
+1
2018-03-01
drm: omapdrm: venc: Allocate the venc private data structure dynamically
Laurent Pinchart
1
-204
/
+238
2018-03-01
drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functions
Laurent Pinchart
1
-1
/
+1
2018-03-01
drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations
Laurent Pinchart
1
-2
/
+2
2018-03-01
drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functions
Laurent Pinchart
1
-12
/
+6
2018-03-01
drm: omapdrm: dss: Store the debugfs root directory in struct dss_device
Laurent Pinchart
1
-1
/
+2
2018-03-01
drm: omapdrm: dss: Support passing private data to debugfs show handlers
Laurent Pinchart
1
-3
/
+8
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to remaining dss functions
Laurent Pinchart
1
-4
/
+7
2017-12-19
drm: omapdrm: Simplify platform registration
Andrew F. Davis
1
-11
/
+1
2017-12-19
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
1
-2
/
+0
2017-12-19
drm: omapdrm: venc: Return error code on OF parsing failure
Laurent Pinchart
1
-2
/
+2
2017-08-23
drm/omap: fix analog tv-out modecheck
Tomi Valkeinen
1
-14
/
+51
2017-08-15
drm: omapdrm: Remove dss_features.h
Laurent Pinchart
1
-1
/
+0
2017-08-15
drm: omapdrm: Move FEAT_VENC_REQUIRES_TV_DAC_CLK to venc driver
Laurent Pinchart
1
-1
/
+13
2017-08-15
drm: omapdrm: venc: Don't export omap_dss_pal_vm and omap_dss_ntsc_vm
Laurent Pinchart
1
-4
/
+2
2017-06-02
drm/omap: venc: remove set_type & invert_vid_out_polarity
Tomi Valkeinen
1
-23
/
+0
2017-06-02
drm: omapdrm: Drop support for non-DT devices
Laurent Pinchart
1
-11
/
+5
2017-06-02
drm: omapdrm: Remove duplicate error messages when mapping memory
Laurent Pinchart
1
-11
/
+3
2017-04-07
drm: omap: use common OF graph helpers
Rob Herring
1
-1
/
+2
2016-11-02
drm/omap: Use consistent name for struct videomode
Peter Ujfalusi
1
-20
/
+19
2016-11-02
drm/omap: Replace struct omap_video_timings with videomode
Peter Ujfalusi
1
-7
/
+7
2016-11-02
drm/omap: omap_display_timings: Use display_flags for sync edge
Peter Ujfalusi
1
-6
/
+4
2016-11-02
drm/omap: omap_display_timings: Use display_flags for pixel data edge
Peter Ujfalusi
1
-4
/
+4
2016-11-02
drm/omap: omap_display_timings: Use display_flags for DE level
Peter Ujfalusi
1
-4
/
+2
2016-11-02
drm/omap: omap_display_timings: Use display_flags for h/vsync level
Peter Ujfalusi
1
-6
/
+4
2016-11-02
drm/omap: omap_display_timings: Use display_flags for interlace mode
Peter Ujfalusi
1
-4
/
+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
[next]