i.mx6 增加lvds 1366x768

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.mx6 增加lvds 1366x768

488 Views
tanyid
Contributor I

在imx 6里增加1366x768的解析度,

在drivers\video\mxc\ldb.c里增加

static struct fb_videomode ldb_modedb[] = {

    {

        "LDB-XGA", 60, 1366, 768, 13255,

        0, 0,

        0,0,

        194,38,

        0,

        FB_VMODE_NONINTERLACED,

        FB_MODE_IS_DETAILED,

结构定义。

在uboot增加了相应的配置

启动后,屏呈1024x768 的显示。超出这个的部分,是竖条纹。

从网上看别人支持的1024x800都没有问题。是否是gpu不支持这个解析度?

Labels (2)
0 Kudos
0 Replies