This commit is contained in:
Lee Lup Yuen 2023-08-14 16:26:13 +08:00
parent a5a6548afa
commit 6632cb9e79

View file

@ -4917,6 +4917,8 @@ Next we need to create a NuttX Driver for the HDMI Controller...
# HDMI Controller for Star64 JH7110
The HDMI Controller for JH7110 is [Inno HDMI 2.0 Transmitter For TSMC28HPC+](https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/detail_info_display.html).
Based on [JH7110 HDMI Developing Guide](https://doc-en.rvspace.org/VisionFive2/DG_HDMI/JH7110_SDK/source_code_structure_hdmi.html), the Linux Drivers for JH7110 HDMI (VeriSilicon Inno HDMI) are...
- [inno_hdmi.c](https://github.com/starfive-tech/linux/blob/JH7110_VisionFive2_devel/drivers/gpu/drm/verisilicon/inno_hdmi.c)