summaryrefslogtreecommitdiff
path: root/drivers/video/starfive
AgeCommit message (Collapse)AuthorFilesLines
2024-04-19video: Add mipi remove process and drop dc interruptshengyang.chen2-2/+44
to fix vf2 kernel 6.6 mipi bug #9706 (startup crash or mipi cannot display) -add mipi remove process to solve bug of mipi display -drop dc interrupt of vf2 uboot to solve startup crash Signed-off-by: Shengyang Chen <shengyang.chen@starfivetech.com>
2023-11-29video: starfive: Add StarFive JH7110 Devkits board supportHal Feng4-28/+199
Make the code be compatible with the StarFive Devkits board. The code is ported from tag JH7110_DVK_515_v3.9.3 of Devkits repo. Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com> Signed-off-by: Shengyang Chen <shengyang.chen@starfivetech.com> Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2023-11-29video: starfive: Add StarFive VisionFive 2 board supportHal Feng2-1/+13
Make the code be compatible with the StarFive VisionFive 2 board. The code is ported from tag JH7110_VF2_515_v3.9.3 of VF2 repo. Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com> Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
2023-09-08vout: logo: emmc log show many timesKeith Zhao1-3/+0
the vout clocks on enable status, when no connecters (hdmi or mipi) this will cause emmc init many times need to closed the vout clocks Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
2023-07-18uboot: hdmi logo causes kernel hdmi unstableKeith Zhao3-1/+169
The hdmi display is unstable after repeated reset blank panel or write panel Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
2023-03-08hdmi: add hdmi driver in ubootkeith.zhao4-116/+689
hdmi can show a bitmap logo while uboot start and the default resolution is 1920x1080@60fps Signed-off-by: keith.zhao<keith.zhao@statfivetech.com>
2023-02-17vout:dc8200: add vout mipi driverkeith.zhao13-0/+3123
add vout mipi pipeline driver in uboot Signed-off-by:keith.zhao<keith.zhao@statfivetech.com>