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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-14
drm/omap: fix compile error when DPI is disabled
Tomi Valkeinen
1
-1
/
+1
2018-03-14
drm/omap: fix compile error when debugfs is disabled
Tomi Valkeinen
1
-14
/
+12
2018-03-02
drm: omapdrm: displays: panel-dsi-cm: Fix field access before set
Laurent Pinchart
1
-3
/
+3
2018-03-01
drm/omap: cleanup color space conversion
Tomi Valkeinen
1
-15
/
+44
2018-03-01
drm/omap: Allow HDMI audio setup even if we do not have video configured
Jyri Sarha
2
-40
/
+30
2018-03-01
drm/omap: fix maximum sizes
Tomi Valkeinen
1
-4
/
+7
2018-03-01
drm/omap: add writeback funcs to dispc_ops
Tomi Valkeinen
3
-25
/
+35
2018-03-01
drm/omap: fix scaling limits for WB
Tomi Valkeinen
1
-4
/
+20
2018-03-01
drm/omap: fix WB height with interlace
Tomi Valkeinen
1
-12
/
+16
2018-03-01
drm/omap: fix WBDELAYCOUNT with interlace
Tomi Valkeinen
1
-5
/
+9
2018-03-01
drm/omap: fix WBDELAYCOUNT for HDMI
Tomi Valkeinen
1
-2
/
+6
2018-03-01
drm/omap: set WB channel-in in wb_setup()
Tomi Valkeinen
2
-10
/
+5
2018-03-01
drm/omap: Add pclk setting case when channel is DSS_WB
Benoit Parrot
1
-0
/
+4
2018-03-01
drm/omap: dispc: disp_wb_setup to check return code
Benoit Parrot
1
-1
/
+3
2018-03-01
drm/omap: remove leftover enums
Tomi Valkeinen
1
-15
/
+0
2018-03-01
drm/omap: add HPD support to connector-dvi
Tomi Valkeinen
1
-0
/
+118
2018-03-01
drm/omap: Init fbdev emulation only when we have displays
Peter Ujfalusi
1
-0
/
+3
2018-03-01
drm/omap: cleanup fbdev init/free
Tomi Valkeinen
3
-20
/
+16
2018-03-01
drm/omap: fix omap_fbdev_free() when omap_fbdev_create() wasn't called
Tomi Valkeinen
1
-1
/
+2
2018-03-01
drm/omap: fbdev: avoid double initializer entry
Tomi Valkeinen
1
-3
/
+9
2018-03-01
drm/omap: fbdev: use 'screen_buffer' field
Tomi Valkeinen
1
-1
/
+1
2018-03-01
drm/omap: acx565akm: use __be32 when reading status
Tomi Valkeinen
1
-3
/
+3
2018-03-01
drm/omap: reorganize locking in mgr_fld_write
Tomi Valkeinen
1
-5
/
+5
2018-03-01
drm: omapdrm: venc: Allocate the venc private data structure dynamically
Laurent Pinchart
1
-204
/
+238
2018-03-01
drm: omapdrm: sdi: Allocate the sdi private data structure dynamically
Laurent Pinchart
1
-65
/
+86
2018-03-01
drm: omapdrm: hdmi5: Allocate the omap_hdmi data structure dynamically
Laurent Pinchart
1
-168
/
+196
2018-03-01
drm: omapdrm: hdmi4: Allocate the omap_hdmi data structure dynamically
Laurent Pinchart
4
-166
/
+200
2018-03-01
drm: omapdrm: dispc: Allocate the dispc private data structure dynamically
Laurent Pinchart
1
-895
/
+1039
2018-03-01
drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functions
Laurent Pinchart
9
-110
/
+133
2018-03-01
drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations
Laurent Pinchart
15
-196
/
+257
2018-03-01
drm: omapdrm: dss: Store dispc ops in dss_device structure
Laurent Pinchart
6
-19
/
+14
2018-03-01
drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
Laurent Pinchart
5
-12
/
+19
2018-03-01
drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_ops
Laurent Pinchart
5
-40
/
+64
2018-03-01
drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functions
Laurent Pinchart
8
-124
/
+88
2018-03-01
drm: omapdrm: dsi: Don't pass channel to dispc init/uninit functions
Laurent Pinchart
1
-11
/
+10
2018-03-01
drm: omapdrm: dsi: Store the struct device pointer in struct dsi_data
Laurent Pinchart
1
-13
/
+13
2018-03-01
drm: omapdrm: dsi: Use dev pointer directly in dsi_bind() function
Laurent Pinchart
1
-17
/
+18
2018-03-01
drm: omapdrm: dsi: Combine two commonly used inline functions
Laurent Pinchart
1
-60
/
+30
2018-03-01
drm: omapdrm: dsi: Pass the dsi_data pointer to internal functions
Laurent Pinchart
1
-664
/
+564
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
7
-30
/
+36
2018-03-01
drm: omapdrm: dss: Store the registered plls array in struct dss_device
Laurent Pinchart
7
-38
/
+40
2018-03-01
drm: omapdrm: dss: Support passing private data to debugfs show handlers
Laurent Pinchart
8
-63
/
+141
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
4
-12
/
+17
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss clock functions
Laurent Pinchart
5
-36
/
+38
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()
Laurent Pinchart
4
-18
/
+27
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss_ops operations
Laurent Pinchart
7
-53
/
+77
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functions
Laurent Pinchart
3
-15
/
+20
2018-03-01
drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()
Laurent Pinchart
4
-12
/
+13
[next]