Source Code Structure
Locate the JH7110
Software Development Kit (SDK) with the following information.
-
Repository: https://github.com/starfive-tech/VisionFive2
-
Branch: JH7110_VisionFive2_devel
-
Tag: Select the newest tag. For example, VF2_v2.11.5 is newer than VF2_v2.10.10.
The following code block shows the source code structure of the display controller.
linux-5.15.0
└-- drivers
└-- | --gpu
| -- | -- | -- drm
| -- | -- | -- |-- verisilicon
| -- | -- | -- | -- | -- vs_dc.c
| -- | -- | -- | -- | -- vs_dc.h
| -- | -- | -- | -- | -- vs_dc_hw.c
| -- | -- | -- | -- | -- vs_dc_hw.h
| -- | -- | -- | -- | -- vs_drv.c
| -- | -- | -- | -- | -- vs_drv.h
| -- | -- | -- | -- | -- vs_crtc.c
| -- | -- | -- | -- | -- vs_crtc.h
| -- | -- | -- | -- | -- vs_plane.c
| -- | -- | -- | -- | -- vs_plane.h
| -- | -- | -- | -- | -- vs_simple_enc.c
| -- | -- | -- | -- | -- vs_simple_enc.h
| -- | -- | -- | -- | -- vs_gem.c
| -- | -- | -- | -- | -- vs_gem.h
| -- | -- | -- | -- | -- vs_virtual.c
| -- | -- | -- | -- | -- vs_virtual.h
| -- | -- | -- | -- | -- vs_dc_dec.c
| -- | -- | -- | -- | -- vs_dc_dec.h