index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
dss
/
dss.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/omap: force runtime PM suspend on system suspend
Tomi Valkeinen
2020-08-04
1
-0
/
+1
*
Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-04-04
1
-3
/
+22
|
\
|
*
drm/omap: Prepare DSS for probing without legacy platform data
Tony Lindgren
2020-02-26
1
-3
/
+22
*
|
drm/omap: dss: Make omap_dss_device_ops optional
Laurent Pinchart
2020-02-26
1
-1
/
+2
*
|
drm/omap: dss: Cleanup DSS ports on initialisation failure
Laurent Pinchart
2020-02-26
1
-17
/
+26
|
/
*
Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2019-10-11
1
-0
/
+37
|
\
|
*
drm/omap: dss: move platform_register_drivers() to dss.c and remove core.c
Jyri Sarha
2019-10-04
1
-0
/
+37
*
|
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2019-10-03
1
-9
/
+2
|
\
|
|
*
omapdrm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-08-23
1
-9
/
+2
*
|
drm/omap: fix max fclk divider for omap36xx
Tomi Valkeinen
2019-10-03
1
-1
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
drm/omap: Reverse direction of the DSS device enable/disable operations
Laurent Pinchart
2019-03-18
1
-1
/
+1
*
drm/omap: Populate DSS children in omapdss driver
Laurent Pinchart
2018-11-12
1
-1
/
+10
*
drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())
zhong jiang
2018-10-02
1
-1
/
+1
*
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
2018-09-03
1
-1
/
+1
*
drm/omap: Remove unnecessary display output sanity checks
Laurent Pinchart
2018-09-03
1
-3
/
+0
*
drm/omap: Remove supported output check in CRTC connect handler
Laurent Pinchart
2018-09-03
1
-6
/
+0
*
drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
Laurent Pinchart
2018-09-03
1
-1
/
+1
*
drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
Laurent Pinchart
2018-09-03
1
-3
/
+0
*
drm/omap: dss: Handle DPI and SDI port initialization failures
Laurent Pinchart
2018-09-03
1
-3
/
+10
*
drm/omap: dss: Move platform_device_register from core.c to dss.c probe
Jyri Sarha
2018-09-03
1
-0
/
+13
*
drm/omap: dss: Gather OMAP DSS components at probe time
Laurent Pinchart
2018-09-03
1
-1
/
+2
*
drm/omap: fix email address
Tomi Valkeinen
2018-06-28
1
-1
/
+1
*
drm/omap: fix compile error when debugfs is disabled
Tomi Valkeinen
2018-03-14
1
-14
/
+12
*
drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functions
Laurent Pinchart
2018-03-01
1
-7
/
+7
*
drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
Laurent Pinchart
2018-03-01
1
-2
/
+3
*
drm: omapdrm: dss: Don't unnecessarily cast to dev to pdev and back
Laurent Pinchart
2018-03-01
1
-3
/
+1
*
drm: omapdrm: dss: Store the debugfs root directory in struct dss_device
Laurent Pinchart
2018-03-01
1
-19
/
+19
*
drm: omapdrm: dss: Support passing private data to debugfs show handlers
Laurent Pinchart
2018-03-01
1
-30
/
+59
*
drm: omapdrm: dss: Allocate the DSS private data structure dynamically
Laurent Pinchart
2018-03-01
1
-155
/
+186
*
drm: omapdrm: dss: Pass DSS pointer to remaining dss functions
Laurent Pinchart
2018-03-01
1
-4
/
+5
*
drm: omapdrm: dss: Pass DSS pointer to dss clock functions
Laurent Pinchart
2018-03-01
1
-19
/
+18
*
drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()
Laurent Pinchart
2018-03-01
1
-8
/
+10
*
drm: omapdrm: dss: Pass DSS pointer to dss_ops operations
Laurent Pinchart
2018-03-01
1
-28
/
+40
*
drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functions
Laurent Pinchart
2018-03-01
1
-4
/
+4
*
drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()
Laurent Pinchart
2018-03-01
1
-6
/
+7
*
drm: omapdrm: dss: Pass DSS private structure to runtime PM functions
Laurent Pinchart
2018-03-01
1
-20
/
+27
*
drm: omapdrm: dss: Expose DSS data in a dss_device structure
Laurent Pinchart
2018-03-01
1
-28
/
+1
*
drm: omapdrm: dss: Remove dss_get_hdmi_venc_clk_source() function
Laurent Pinchart
2018-03-01
1
-14
/
+0
*
drm: omapdrm: dss: Move initialization code from component bind to probe
Laurent Pinchart
2018-03-01
1
-89
/
+104
*
drm: omapdrm: Use unsigned int type
Laurent Pinchart
2018-03-01
1
-6
/
+6
*
drm: omapdrm: Simplify platform registration
Andrew F. Davis
2017-12-19
1
-11
/
+1
*
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
2017-12-19
1
-2
/
+0
*
drm: omapdrm: dss: Make dss_dump_clocks() function static
Laurent Pinchart
2017-12-19
1
-1
/
+3
*
drm: omapdrm: dss: Set the DMA coherent mask
Laurent Pinchart
2017-12-19
1
-0
/
+7
*
drm: omapdrm: Remove dss_features.h
Laurent Pinchart
2017-08-15
1
-1
/
+0
*
drm: omapdrm: Move supported outputs feature to dss driver
Laurent Pinchart
2017-08-15
1
-8
/
+78
*
drm: omapdrm: Move DSS_FCK feature to dss driver
Laurent Pinchart
2017-08-15
1
-2
/
+15
*
drm: omapdrm: Move FEAT_LCD_CLK_SRC feature to dss_features structure
Laurent Pinchart
2017-08-15
1
-4
/
+11
*
drm: omapdrm: Move DISPC_CLK_SWITCH reg feature to struct dss_features
Laurent Pinchart
2017-08-15
1
-4
/
+11
[next]