Source Code Structure

Locate the JH7110 Software Development Kit (SDK) with the following information.
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