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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-27
drm/virtio: make mmap callback consistent with callbacks
Gurchetan Singh
1
-1
/
+1
2020-02-27
drm/hisilicon: Fixed pcie resource conflict between drm and firmware
Tian Tao
1
-0
/
+5
2020-02-27
drm/hisilicon: Set preferred mode resolution and maximum resolution
Tian Tao
1
-1
/
+10
2020-02-27
drm/hisilicon: Add the mode_valid function
Tian Tao
1
-0
/
+20
2020-02-27
drm/hisilicon: fixed the wrong resolution configurations
Tian Tao
1
-1
/
+1
2020-02-27
drm/hisilicon: Enable the shadowfb for hibmc
Tian Tao
1
-1
/
+1
2020-02-27
drm/hisilicon: Add new clock/resolution configurations
Tian Tao
2
-0
/
+5
2020-02-26
drm/omap: dss: Remove unused omap_dss_device operations
Laurent Pinchart
3
-71
/
+5
2020-02-26
drm/omap: dss: Remove unused omapdss_of_find_connected_device() function
Laurent Pinchart
3
-32
/
+1
2020-02-26
drm/omap: dss: Inline the omapdss_display_get() function
Laurent Pinchart
3
-13
/
+4
2020-02-26
drm/omap: Hardcode omap_connector type to DSI
Laurent Pinchart
3
-53
/
+2
2020-02-26
drm/omap: sdi: Register a drm_bridge
Laurent Pinchart
1
-59
/
+109
2020-02-26
drm/omap: sdi: Sort includes alphabetically
Laurent Pinchart
1
-4
/
+4
2020-02-26
drm/omap: dpi: Register a drm_bridge
Laurent Pinchart
1
-93
/
+116
2020-02-26
drm/omap: dpi: Simplify clock setting API
Laurent Pinchart
1
-24
/
+8
2020-02-26
drm/omap: dpi: Reorder functions in sections
Laurent Pinchart
1
-67
/
+79
2020-02-26
drm/omap: dpi: Sort includes alphabetically
Laurent Pinchart
1
-5
/
+5
2020-02-26
drm/omap: hdmi5: Simplify EDID read
Laurent Pinchart
1
-51
/
+35
2020-02-26
drm/omap: hdmi4: Simplify EDID read
Laurent Pinchart
1
-56
/
+40
2020-02-26
drm/omap: venc: Remove omap_dss_device operations
Laurent Pinchart
1
-45
/
+0
2020-02-26
drm/omap: hdmi: Remove omap_dss_device operations
Laurent Pinchart
3
-37
/
+0
2020-02-26
drm/omap: Remove HPD, detect and EDID omapdss operations
Laurent Pinchart
6
-310
/
+22
2020-02-26
drm/omap: Switch the HDMI and VENC outputs to drm_bridge
Laurent Pinchart
11
-671
/
+11
2020-02-26
drm/omap: Create connector for bridges
Laurent Pinchart
1
-12
/
+62
2020-02-26
drm/omap: venc: Register a drm_bridge
Laurent Pinchart
1
-88
/
+154
2020-02-26
drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operations
Laurent Pinchart
2
-29
/
+0
2020-02-26
drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operation
Laurent Pinchart
1
-0
/
+10
2020-02-26
drm/omap: hdmi5: Move mode set, enable and disable operations to bridge
Laurent Pinchart
1
-98
/
+111
2020-02-26
drm/omap: hdmi4: Move mode set, enable and disable operations to bridge
Laurent Pinchart
1
-95
/
+111
2020-02-26
drm/omap: hdmi5: Register a drm_bridge for EDID read
Laurent Pinchart
1
-6
/
+73
2020-02-26
drm/omap: hdmi4: Register a drm_bridge for EDID read
Laurent Pinchart
2
-6
/
+75
2020-02-26
drm/omap: hdmi5: Rework EDID read to isolate data read
Laurent Pinchart
3
-77
/
+65
2020-02-26
drm/omap: hdmi4: Rework EDID read to isolate data read
Laurent Pinchart
3
-84
/
+73
2020-02-26
drm/omap: hdmi: Allocate EDID in the .read_edid() operation
Laurent Pinchart
4
-27
/
+47
2020-02-26
drm/omap: dss: Make omap_dss_device_ops optional
Laurent Pinchart
4
-16
/
+22
2020-02-26
drm/omap: Add infrastructure to support drm_bridge local to DSS outputs
Laurent Pinchart
9
-12
/
+26
2020-02-26
drm/omap: dss: Fix output next device lookup in DT
Laurent Pinchart
13
-15
/
+14
2020-02-26
drm/omap: Use the drm_panel_bridge API
Laurent Pinchart
5
-47
/
+32
2020-02-26
drm/omap: Factor out display type to connector type conversion
Laurent Pinchart
3
-18
/
+25
2020-02-26
drm/omap: Simplify HDMI mode and infoframe configuration
Laurent Pinchart
3
-15
/
+1
2020-02-26
drm/omap: dss: Cleanup DSS ports on initialisation failure
Laurent Pinchart
1
-17
/
+26
2020-02-26
drm: Add helper to create a connector for a chain of bridges
Laurent Pinchart
3
-1
/
+387
2020-02-26
drm/bridge: tfp410: Allow operation without drm_connector
Laurent Pinchart
1
-4
/
+2
2020-02-26
drm/bridge: tfp410: Replace manual connector handling with bridge
Laurent Pinchart
1
-141
/
+75
2020-02-26
drm/bridge: panel: Implement bridge connector operations
Laurent Pinchart
1
-4
/
+13
2020-02-26
drm/bridge: Add driver for the TI TPD12S015 HDMI level shifter
Laurent Pinchart
3
-0
/
+220
2020-02-26
drm/bridge: Add bridge driver for display connectors
Laurent Pinchart
3
-0
/
+307
2020-02-26
drm/bridge: simple-bridge: Add support for the TI OPA362
Laurent Pinchart
1
-0
/
+5
2020-02-26
drm/bridge: simple-bridge: Add support for enable GPIO
Laurent Pinchart
1
-4
/
+18
2020-02-26
drm/bridge: simple-bridge: Add support for non-VGA bridges
Laurent Pinchart
1
-12
/
+29
[next]