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
2020-12-15
drm/omap: Delete useless kfree code
Zheng Yongjun
1
-1
/
+0
2020-12-15
drm/omap: dsi: allow DSI commands to be sent early
Tomi Valkeinen
2
-5
/
+48
2020-12-15
drm/omap: dsi: fix DCS_CMD_ENABLE
Tomi Valkeinen
1
-1
/
+2
2020-12-15
drm/omap: dsi: remove ulps support
Tomi Valkeinen
2
-293
/
+8
2020-12-15
drm/omap: dsi: fix and cleanup ddr_clk_always_on
Tomi Valkeinen
2
-9
/
+5
2020-12-15
drm/omap: dsi: split video mode enable/disable into separate func
Tomi Valkeinen
1
-44
/
+57
2020-12-15
drm/omap: dsi: cleanup initial vc setup
Tomi Valkeinen
1
-54
/
+31
2020-12-15
drm/omap: dsi: rename dsi_display_* functions
Tomi Valkeinen
1
-18
/
+18
2020-12-15
drm/omap: dsi: display_disable cleanup
Tomi Valkeinen
1
-16
/
+3
2020-12-15
drm/omap: dsi: display_enable cleanup
Tomi Valkeinen
1
-13
/
+3
2020-12-15
drm/omap: dsi: move enable/disable to bridge enable/disable
Tomi Valkeinen
1
-33
/
+22
2020-12-15
drm/omap: dsi: move structs & defines to dsi.h
Tomi Valkeinen
3
-447
/
+460
2020-12-15
drm/omap: dsi: use separate VCs for cmd and video
Tomi Valkeinen
1
-5
/
+7
2020-12-15
drm/omap: dsi: enable HS before sending the frame
Tomi Valkeinen
1
-0
/
+2
2020-12-15
drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode
Tomi Valkeinen
1
-6
/
+4
2020-12-15
drm/omap: dsi: untangle vc & channel
Tomi Valkeinen
1
-23
/
+22
2020-12-15
drm/omap: dsi: pass vc and channel to various functions
Tomi Valkeinen
1
-26
/
+28
2020-12-15
drm/omap: dsi: rename 'channel' to 'vc'
Tomi Valkeinen
1
-110
/
+110
2020-12-15
drm/omap: dsi: cleanup dispc channel usage
Tomi Valkeinen
1
-8
/
+8
2020-12-15
drm/omap: dsi: drop useless channel checks
Tomi Valkeinen
1
-11
/
+0
2020-12-15
drm/omap: dsi: simplify VC handling
Tomi Valkeinen
1
-36
/
+13
2020-12-15
drm/omap: dsi: send nop instead of page & column
Tomi Valkeinen
1
-29
/
+17
2020-12-15
drm/omap: dsi: set trans_mode according to client mode_flags
Tomi Valkeinen
1
-0
/
+7
2020-12-15
drm/omap: pll: fix iteration loop check
Tomi Valkeinen
1
-0
/
+6
2020-12-15
drm/omap: remove dss_mgr_ops
Tomi Valkeinen
6
-87
/
+33
2020-12-15
drm/omap: remove dispc_ops
Tomi Valkeinen
9
-200
/
+144
2020-12-15
drm/omap: drop unused owner field
Tomi Valkeinen
7
-8
/
+0
2020-12-15
drm/omap: remove unused display.c
Tomi Valkeinen
3
-63
/
+1
2020-12-15
drm/omap: squash omapdrm sub-modules into one
Tomi Valkeinen
10
-202
/
+155
2020-12-15
drm/omap: dsi: simplify pin config
Sebastian Reichel
2
-39
/
+13
2020-12-15
drm/omap: simplify DSI manual update code
Sebastian Reichel
3
-23
/
+9
2020-12-15
drm/omap: drop dssdev display field
Sebastian Reichel
2
-7
/
+1
2020-12-15
drm/omap: drop DSS ops_flags
Sebastian Reichel
2
-10
/
+0
2020-12-15
drm/omap: drop unused DSS next pointer
Sebastian Reichel
4
-18
/
+2
2020-12-15
drm/omap: simplify omap_display_id
Sebastian Reichel
1
-8
/
+1
2020-12-15
drm/omap: remove unused omap_connector
Sebastian Reichel
6
-190
/
+6
2020-12-15
drm/omap: remove legacy DSS device operations
Sebastian Reichel
5
-193
/
+0
2020-12-15
drm/omap: dsi: Register a drm_bridge
Sebastian Reichel
1
-45
/
+89
2020-12-15
drm/panel: Move OMAP's DSI command mode panel driver
Sebastian Reichel
5
-651
/
+0
2020-12-15
drm/omap: remove global dss_device variable
Sebastian Reichel
4
-29
/
+9
2020-12-15
drm/omap: panel-dsi-cm: fix remove()
Sebastian Reichel
1
-3
/
+0
2020-12-15
drm/omap: panel-dsi-cm: support unbinding
Sebastian Reichel
1
-3
/
+2
2020-12-15
drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
Sebastian Reichel
1
-4
/
+4
2020-12-15
drm/omap: dsi: implement check timings
Sebastian Reichel
1
-26
/
+44
2020-12-15
drm/omap: drop omapdss-boot-init
Sebastian Reichel
3
-234
/
+0
2020-12-15
drm/omap: dsi: convert to drm_panel
Sebastian Reichel
4
-158
/
+182
2020-12-15
drm/omap: dsi: drop custom panel capability support
Sebastian Reichel
4
-19
/
+17
2020-12-15
drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
Sebastian Reichel
2
-57
/
+45
2020-12-15
drm/omap: dsi: move panel refresh function to host
Sebastian Reichel
4
-95
/
+88
2020-12-15
drm/omap: dsi: do ULPS in host driver
Sebastian Reichel
3
-279
/
+60
[next]