Edit online

源码说明

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