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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-03
drm/omap: Don't call HPD registration operations recursively
Laurent Pinchart
4
-69
/
+88
2018-09-03
drm/omap: Don't call .detect() operation recursively
Laurent Pinchart
4
-18
/
+30
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
21
-137
/
+106
2018-09-03
drm/omap: panel-tpo-td043mtea1: Convert to the GPIO descriptors API
Laurent Pinchart
1
-38
/
+14
2018-09-03
drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h header
Laurent Pinchart
1
-1
/
+0
2018-09-03
drm/omap: panel-sony-acx565akm: Convert to the GPIO descriptors API
Laurent Pinchart
1
-35
/
+21
2018-09-03
drm/omap: panel-nec-nl8048hl11: Convert to the GPIO descriptors API
Laurent Pinchart
1
-43
/
+11
2018-09-03
drm/omap: encoder-tfp410: Convert to the GPIO descriptors API
Laurent Pinchart
1
-38
/
+13
2018-09-03
drm/omap: connector-hdmi: Convert to the GPIO descriptors API
Laurent Pinchart
1
-37
/
+20
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
2
-9
/
+0
2018-09-03
drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operations
Laurent Pinchart
2
-26
/
+2
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
9
-92
/
+6
2018-09-03
drm/omap: Set dispc_channel_connect from DSS output connect handlers
Laurent Pinchart
7
-3
/
+18
2018-09-03
drm/omap: Remove supported output check in CRTC connect handler
Laurent Pinchart
5
-24
/
+0
2018-09-03
drm/omap: Remove omap_crtc_output global array
Laurent Pinchart
1
-9
/
+3
2018-09-03
drm/omap: Store CRTC lookup by channel table in omap_drm_private
Laurent Pinchart
3
-13
/
+29
2018-09-03
drm/omap: Pass pipe pointer to omap_crtc_init()
Laurent Pinchart
5
-15
/
+8
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
2018-09-03
drm/omap: dss: Move connection checks to omapdss_device_(dis)connect
Laurent Pinchart
2
-27
/
+3
2018-09-03
drm/omap: Reverse direction of DSS device (dis)connect operations
Laurent Pinchart
24
-432
/
+239
2018-09-03
drm/omap: Group CRTC, encoder, connector and dssdev in a structure
Laurent Pinchart
5
-92
/
+84
2018-09-03
drm/omap: Create all planes before CRTCs
Laurent Pinchart
1
-26
/
+19
2018-09-03
drm/omap: Remove unneeded variable assignments in omap_modeset_init
Laurent Pinchart
1
-13
/
+5
2018-09-03
drm/omap: dss: Get regulators at probe time
Laurent Pinchart
6
-161
/
+72
2018-09-03
drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
Laurent Pinchart
8
-39
/
+24
2018-09-03
drm/omap: dss: Add function to retrieve display for an output
Laurent Pinchart
2
-0
/
+10
2018-09-03
drm/omap: dss: Add for_each_dss_output() macro
Laurent Pinchart
2
-9
/
+23
2018-09-03
drm/omap: dss: Acquire next dssdev at probe time
Laurent Pinchart
10
-14
/
+120
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: hdmi5: Move initialization code from bind to probe
Laurent Pinchart
1
-95
/
+110
2018-09-03
drm/omap: dss: hdmi4: Move initialization code from bind to probe
Laurent Pinchart
1
-101
/
+117
2018-09-03
drm/omap: dss: dsi: Move initialization code from bind to probe
Laurent Pinchart
1
-140
/
+161
2018-09-03
drm/omap: dss: Cleanup error paths in output init functions
Laurent Pinchart
6
-28
/
+19
2018-09-03
drm/omap: displays: Don't cast dssdev to panel data unnecessarily
Laurent Pinchart
2
-6
/
+4
2018-09-03
drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
Laurent Pinchart
16
-44
/
+44
2018-09-03
drm/omap: dss: Replace omap_dss_device port number with bitmask
Laurent Pinchart
22
-16
/
+31
2018-09-03
drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
Laurent Pinchart
4
-18
/
+11
2018-09-03
drm/omap: dss: Move DSS mgr ops and private data to dss_device
Laurent Pinchart
6
-33
/
+44
2018-09-03
drm/omap: dss: Store dss_device pointer in omap_dss_device
Laurent Pinchart
17
-18
/
+27
2018-09-03
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
Laurent Pinchart
21
-66
/
+62
2018-09-03
drm/omap: dss: Remove panel devices list
Laurent Pinchart
13
-123
/
+31
2018-09-03
drm/omap: dss: Split omapdss_register_display()
Laurent Pinchart
13
-1
/
+17
2018-09-03
drm/omap: dss: Make omap_dss_get_next_device() more generic
Laurent Pinchart
3
-51
/
+56
2018-09-03
drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
Laurent Pinchart
3
-4
/
+4
2018-09-03
drm/omap: dss: Remove output devices list
Laurent Pinchart
12
-65
/
+20
2018-09-03
drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
Laurent Pinchart
3
-39
/
+9
[prev]
[next]