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
/
gpu
/
drm
/
vc4
/
vc4_dsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
drm/vc4: Use simple encoder
Thomas Zimmermann
1
-12
/
+3
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
1
-1
/
+1
2020-01-08
drm/vc4: dsi: Fix bridge chain handling
Boris Brezillon
1
-6
/
+22
2019-12-09
drm/bridge: Make the bridge chain a double-linked list
Boris Brezillon
1
-1
/
+9
2019-12-09
drm/bridge: Rename bridge helpers targeting a bridge chain
Boris Brezillon
1
-4
/
+4
2019-09-08
drm/bridge: panel: Infer connector type from panel by default
Laurent Pinchart
1
-2
/
+2
2019-08-28
drm: Stop including drm_bridge.h from drm_crtc.h
Boris Brezillon
1
-0
/
+1
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-12
/
+1
2019-07-17
drm/vc4: drop use of drmP.h
Sam Ravnborg
1
-7
/
+10
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-05-17
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-0
/
+1
2019-05-15
clk: Remove io.h from clk-provider.h
Stephen Boyd
1
-0
/
+1
2019-04-03
drm/vc4: Use common helpers for debugfs setup by the driver components.
Eric Anholt
1
-19
/
+5
2019-04-01
drm/vc4: Use drm_print_regset32() for our debug register dumping.
Eric Anholt
1
-90
/
+65
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-1
/
+1
2018-07-10
drm/vc4: Support the case where the DSI device is disabled
Boris Brezillon
1
-2
/
+13
2018-06-29
drm/vc4: Make DSI call into the bridge after the DSI link is enabled.
Eric Anholt
1
-15
/
+27
2018-04-30
drm/vc4: Skip ULPS latching when we're in that ULPS state already.
Eric Anholt
1
-0
/
+5
2017-10-19
drm/vc4: Fix sleeps during the IRQ handler for DSI transactions.
Eric Anholt
1
-2
/
+30
2017-10-14
drm/vc4: Move the DSI clock divider workaround closer to the clock call.
Eric Anholt
1
-6
/
+6
2017-09-27
drm/vc4: Set up the DSI host at pdev probe time, not component bind.
Eric Anholt
1
-40
/
+57
2017-09-27
drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math.
Eric Anholt
1
-1
/
+2
2017-08-08
drm/vc4: Fix errant drm_bridge_remove() in DSI.
Eric Anholt
1
-1
/
+0
2017-08-08
drm/vc4: Don't disable DSI clocks on component unload.
Eric Anholt
1
-3
/
+0
2017-07-15
drm/vc4: Fix misleading name of the continuous flag.
Eric Anholt
1
-4
/
+4
2017-07-15
drm/vc4: Fix DSI T_INIT timing.
Eric Anholt
1
-1
/
+11
2017-06-05
drm/vc4: Switch DSI to the panel-bridge layer, and support bridges.
Eric Anholt
1
-134
/
+20
2017-05-22
drm/vc4: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
1
-14
/
+14
2017-05-16
drm/vc4: Adjust modes in DSI to work around the integer PLL divider.
Eric Anholt
1
-26
/
+86
2017-02-28
drm/vc4: Convert existing documentation to actual kerneldoc.
Eric Anholt
1
-2
/
+3
2017-02-08
drm/vc4: simplify exit path of a failed allocation of dsi_connector
Colin Ian King
1
-12
/
+4
2017-02-01
drm/vc4: Add DSI driver
Eric Anholt
1
-0
/
+1725