how to make multiple-buffer effect immediately

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

how to make multiple-buffer effect immediately

跳至解决方案
1,933 次查看
jiejia
Contributor III

bsp:linux3.0.35 cpu:imx6q. My lcd resolution is 800*600

To use multiple-buffer rendering, I set 'export FB_MULTI_BUFFER=2'.

And then I print the resolution of fb0:

xres = 800

yres = 600

var.xres_virtual = 800

var.yres_virtual = 600

I download the gpu_sdk_v1.00.gz, and execute the GLES example in the file.

And then I print the resolution of fb0:

xres = 800

yres = 600

var.xres_virtual = 800

var.yres_virtual = 1200

Why multiple-buffer no effect immediately after I set 'export FB_MULTI_BUFFER=2'?

标签 (2)
0 项奖励
回复
1 解答
1,729 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi jie,

You should upgrade the bsp to 3.14.28 this bsp includes the vivante drv, while 3.0.35 you have to pass it by module.

Regards

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,730 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi jie,

You should upgrade the bsp to 3.14.28 this bsp includes the vivante drv, while 3.0.35 you have to pass it by module.

Regards

0 项奖励
回复
1,729 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi jie,

BSP 3.0.35 includes vivante driver 4.6.9 p12v and this version has some bugs regarding FB_MULTIBUFFER, I strongly recommend to update vivante 5.0.11p6 included in BSP 3.14.28

Regards

0 项奖励
回复
1,729 次查看
jiejia
Contributor III

Hi Bio_TICFSL

Should I update the vivante_drv.c and vivante_drv.h?  Or,I have to update the kernel to 3.14.28?

Regards

0 项奖励
回复