参数配置
驱动配置
我们一般通过MPP层去使用GE,又由于MPP依赖GE,所以需要配置MPP。
MPP 使能
在 luban-lite 的根目录下通过 scons --menuconfig
,进入 menuconfig 的功能配置界面,按如下选择:
bash
Local packages options--->
ArtInChip packages options--->
[*]aic-mpp
1
2
3
2
3
MPP 内存配置
打开 GE
同上,进入 menuconfig 的功能配置界面,按如下选择:
bash
Board options --->
[*] Using Graphics Engine (GE)
Select Graphics Engine Mode (normal mode) --->
(X) CMD queue mode
( ) normal mode
Graphics Engine Parameter --->
[*] Dither function
(2048) CMDQ queue buffer
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
注解 1.可以在 Select Graphics Engine Mode 中选择 CMD queue mode 或者 normal mode,只可以二选一,其中 CMD queue mode 为命令队列模式,normal mode 为非命令队列模式。2.可以在 Graphics Engine Parameter 中选择开启 Dither,Dither 大概占16K内存。3.可以分配 CMD queue buffer 的大小,分配内存越大,可缓存越多的命令。