index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
dss
/
dss.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: Reverse direction of the DSS device enable/disable operations
Laurent Pinchart
1
-1
/
+1
2018-11-12
drm/omap: Populate DSS children in omapdss driver
Laurent Pinchart
1
-1
/
+10
2018-10-02
drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())
zhong jiang
1
-1
/
+1
2018-09-03
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
1
-1
/
+1
2018-09-03
drm/omap: Remove unnecessary display output sanity checks
Laurent Pinchart
1
-3
/
+0
2018-09-03
drm/omap: Remove supported output check in CRTC connect handler
Laurent Pinchart
1
-6
/
+0
2018-09-03
drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
Laurent Pinchart
1
-1
/
+1
2018-09-03
drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
Laurent Pinchart
1
-3
/
+0
2018-09-03
drm/omap: dss: Handle DPI and SDI port initialization failures
Laurent Pinchart
1
-3
/
+10
2018-09-03
drm/omap: dss: Move platform_device_register from core.c to dss.c probe
Jyri Sarha
1
-0
/
+13
2018-09-03
drm/omap: dss: Gather OMAP DSS components at probe time
Laurent Pinchart
1
-1
/
+2
2018-06-28
drm/omap: fix email address
Tomi Valkeinen
1
-1
/
+1
2018-03-14
drm/omap: fix compile error when debugfs is disabled
Tomi Valkeinen
1
-14
/
+12
2018-03-01
drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functions
Laurent Pinchart
1
-7
/
+7
2018-03-01
drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
Laurent Pinchart
1
-2
/
+3
2018-03-01
drm: omapdrm: dss: Don't unnecessarily cast to dev to pdev and back
Laurent Pinchart
1
-3
/
+1
2018-03-01
drm: omapdrm: dss: Store the debugfs root directory in struct dss_device
Laurent Pinchart
1
-19
/
+19
2018-03-01
drm: omapdrm: dss: Support passing private data to debugfs show handlers
Laurent Pinchart
1
-30
/
+59
2018-03-01
drm: omapdrm: dss: Allocate the DSS private data structure dynamically
Laurent Pinchart
1
-155
/
+186
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to remaining dss functions
Laurent Pinchart
1
-4
/
+5
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss clock functions
Laurent Pinchart
1
-19
/
+18
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()
Laurent Pinchart
1
-8
/
+10
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss_ops operations
Laurent Pinchart
1
-28
/
+40
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functions
Laurent Pinchart
1
-4
/
+4
2018-03-01
drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()
Laurent Pinchart
1
-6
/
+7
2018-03-01
drm: omapdrm: dss: Pass DSS private structure to runtime PM functions
Laurent Pinchart
1
-20
/
+27
2018-03-01
drm: omapdrm: dss: Expose DSS data in a dss_device structure
Laurent Pinchart
1
-28
/
+1
2018-03-01
drm: omapdrm: dss: Remove dss_get_hdmi_venc_clk_source() function
Laurent Pinchart
1
-14
/
+0
2018-03-01
drm: omapdrm: dss: Move initialization code from component bind to probe
Laurent Pinchart
1
-89
/
+104
2018-03-01
drm: omapdrm: Use unsigned int type
Laurent Pinchart
1
-6
/
+6
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: dss: Make dss_dump_clocks() function static
Laurent Pinchart
1
-1
/
+3
2017-12-19
drm: omapdrm: dss: Set the DMA coherent mask
Laurent Pinchart
1
-0
/
+7
2017-08-15
drm: omapdrm: Remove dss_features.h
Laurent Pinchart
1
-1
/
+0
2017-08-15
drm: omapdrm: Move supported outputs feature to dss driver
Laurent Pinchart
1
-8
/
+78
2017-08-15
drm: omapdrm: Move DSS_FCK feature to dss driver
Laurent Pinchart
1
-2
/
+15
2017-08-15
drm: omapdrm: Move FEAT_LCD_CLK_SRC feature to dss_features structure
Laurent Pinchart
1
-4
/
+11
2017-08-15
drm: omapdrm: Move DISPC_CLK_SWITCH reg feature to struct dss_features
Laurent Pinchart
1
-4
/
+11
2017-08-15
drm: omapdrm: Move shutdown() handler from core to dss
Laurent Pinchart
1
-0
/
+16
2017-08-15
drm: omapdrm: Move all debugfs code from core to dss
Laurent Pinchart
1
-3
/
+74
2017-08-15
drm: omapdrm: dss: Initialize DSS internal features at probe time
Laurent Pinchart
1
-13
/
+13
2017-08-15
drm: omapdrm: dss: Use supported outputs instead of display types
Laurent Pinchart
1
-15
/
+17
2017-08-15
drm: omapdrm: dss: Select features based on compatible string
Laurent Pinchart
1
-68
/
+29
2017-08-15
drm: omapdrm: dpi: Replace OMAP SoC model checks with DSS model
Laurent Pinchart
1
-1
/
+9
2017-08-15
drm: omapdrm: dss: Split operations out of dss_features structure
Laurent Pinchart
1
-15
/
+35
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
-48
/
+13
2017-04-03
drm/omap: dss: Support for detecting display stack readiness
Peter Ujfalusi
1
-0
/
+1
[next]