index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-18
drm/omap: Merge display .get_modes() and .get_size() operations
Laurent Pinchart
1
-3
/
+0
2019-03-18
drm/omap: Expose DRM modes instead of timings in display devices
Laurent Pinchart
3
-6
/
+36
2019-03-18
drm/omap: Factor out common init/cleanup code for output devices
Laurent Pinchart
8
-87
/
+36
2019-03-18
drm/omap: Remove omap_dss_device dst field
Laurent Pinchart
2
-5
/
+2
2019-03-18
drm/omap: Reverse direction of the DSS device enable/disable operations
Laurent Pinchart
9
-66
/
+85
2019-03-18
drm/omap: Remove connection checks from display .enable() and .remove()
Laurent Pinchart
2
-5
/
+5
2019-03-18
drm/omap: Remove connection checks from internal encoders .enable()
Laurent Pinchart
7
-98
/
+7
2019-03-18
drm/omap: Use atomic suspend/resume helpers
Laurent Pinchart
1
-3
/
+0
2019-03-18
drm/omap: venc: Remove wss_data field from venc_device structure
Laurent Pinchart
1
-10
/
+1
2019-03-18
drm/omap: Remove unused kobj field from struct omap_dss_device
Laurent Pinchart
1
-2
/
+0
2019-02-06
drm/omap: dsi: Hack-fix DSI bus flags
Tomi Valkeinen
1
-0
/
+11
2019-02-06
drm/omap: dsi: Fix OF platform depopulate
Tomi Valkeinen
1
-2
/
+2
2019-02-06
drm/omap: dsi: Fix crash in DSI debug dumps
Tomi Valkeinen
1
-6
/
+6
2018-12-03
drm/omap: populate DSI platform bus earlier
Sebastian Reichel
1
-10
/
+10
2018-12-03
drm/omap: fix bus_flags for panel-dpi
Tomi Valkeinen
1
-1
/
+1
2018-11-12
drm/omap: dsi: Fix missing of_platform_depopulate()
Tony Lindgren
1
-2
/
+6
2018-11-12
drm/omap: Move DISPC runtime PM handling to omapdrm
Laurent Pinchart
4
-68
/
+0
2018-11-12
drm/omap: dsi: Ensure the device is active during probe
Laurent Pinchart
1
-2
/
+5
2018-11-12
drm/omap: hdmi4: Ensure the device is active during bind
Laurent Pinchart
1
-1
/
+9
2018-11-12
drm/omap: Populate DSS children in omapdss driver
Laurent Pinchart
1
-1
/
+10
2018-10-02
drm/omap: Substitute format_is_yuv() with format->is_yuv
Ayan Kumar Halder
1
-16
/
+10
2018-10-02
drm/omap: remove set but not used variable 'frame_height'
YueHaibing
1
-6
/
+3
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: Don't call .set_timings() operation recursively
Laurent Pinchart
5
-10
/
+0
2018-09-03
drm/omap: Store CRTC timings in .set_timings() operation
Laurent Pinchart
6
-16
/
+12
2018-09-03
drm/omap: venc: Fixup video mode in .check_timings() operation
Laurent Pinchart
1
-15
/
+8
2018-09-03
drm/omap: sdi: Fixup video mode in .check_timings() operation
Laurent Pinchart
1
-15
/
+22
2018-09-03
drm/omap: hdmi: Constify video mode and related pointers
Laurent Pinchart
5
-13
/
+13
2018-09-03
drm/omap: dsi: Fixup video mode in .set_config() operation
Laurent Pinchart
1
-13
/
+14
2018-09-03
drm/omap: dpi: Don't fixup video mode in dpi_set_mode()
Laurent Pinchart
1
-11
/
+1
2018-09-03
drm/omap: Call dispc timings check operation directly
Laurent Pinchart
7
-45
/
+13
2018-09-03
drm/omap: Query timing information from analog TV encoder
Laurent Pinchart
1
-0
/
+12
2018-09-03
drm/omap: Store bus flags in the omap_dss_device structure
Laurent Pinchart
3
-9
/
+6
2018-09-03
drm/omap: Make the video_mode pointer to .set_timings() const
Laurent Pinchart
6
-6
/
+6
2018-09-03
drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functions
Laurent Pinchart
2
-12
/
+12
2018-09-03
drm/omap: Don't call EDID read operation recursively
Laurent Pinchart
2
-0
/
+2
2018-09-03
drm/omap: Merge HPD enable operation with HPD callback registration
Laurent Pinchart
1
-2
/
+0
2018-09-03
drm/omap: Remove unneeded safety checks in the HPD operations
Laurent Pinchart
1
-3
/
+3
2018-09-03
drm/omap: dss: Add device operations flags
Laurent Pinchart
1
-0
/
+13
2018-09-03
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
5
-53
/
+21
2018-09-03
drm/omap: Check omap_dss_device type based on the output_type field
Laurent Pinchart
2
-2
/
+9
2018-09-03
drm/omap: Remove unnecessary display output sanity checks
Laurent Pinchart
1
-3
/
+0
2018-09-03
drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operations
Laurent Pinchart
1
-3
/
+0
2018-09-03
drm/omap: dss: Remove unused omap_dss_driver operations
Laurent Pinchart
1
-7
/
+0
2018-09-03
drm/omap: dss: Remove the dss_mgr_(dis)connect() operations
Laurent Pinchart
8
-77
/
+6
2018-09-03
drm/omap: Set dispc_channel_connect from DSS output connect handlers
Laurent Pinchart
6
-0
/
+18
2018-09-03
drm/omap: Remove supported output check in CRTC connect handler
Laurent Pinchart
4
-18
/
+0
2018-09-03
drm/omap: Pass pipe pointer to omap_crtc_init()
Laurent Pinchart
2
-10
/
+0
2018-09-03
drm/omap: dss: Merge two disconnection helpers
Laurent Pinchart
9
-28
/
+2
2018-09-03
drm/omap: dss: Move display type validation to initialization time
Laurent Pinchart
8
-98
/
+72
[prev]
[next]