设计说明
Read time: 1 minute(s)
GE
源代码在内核目录linux-5.10/drivers/video/artinchip下,目录结构如下
drivers/video/artinchip/ge/ ├── ge_normal.c // normal 模式驱动 ├── ge_hw.c // normal 模式对硬件操作的封装 ├── ge_hw.h // normal 模式对硬件操作封装的 API ├── ge_cmdq.c // CMD queue 模式驱动 ├── ge_reg.h // GE 寄存器定义 ├── Kconfig └── Makefile
关于 GE 驱动的配置方法,详见 GE 配置。