Driver Problem with Synchronous LCD Display

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

Driver Problem with Synchronous LCD Display

1,223 次查看
Gokul
Contributor I

Hi,

Here we are using CHIMEI LQ035NC111 3.45" TFT LCD MODULE(Synchronous LCD Display) with our custom imx25 board with Linux kernel 2.6.31.

I want to know what are the configuration need to be done with Linux kernel source. i did not find any document related to Linux configuration

Please help me to solve.

Thanks in Advance

Regards

Gokul

标记 (2)
0 项奖励
3 回复数

845 次查看
Yanfei_Sun
Contributor IV

Hi Gokul,

you can refer to the settings in ldb.c to support the lvds display panel.

static struct fb_videomode ldb_modedb[] = {
{
"LDB-XGA", 60, 1024, 768, 15385,
220, 40,
21, 7,
60, 10,
0,
FB_VMODE_NONINTERLACED,
FB_MODE_IS_DETAILED,},
{
"LDB-1080P60", 60, 1920, 1080, 7692,
100, 40,
30, 3,
10, 2,
0,
FB_VMODE_NONINTERLACED,
FB_MODE_IS_DETAILED,},
};

Regards,

Ray

0 项奖励

845 次查看
Gokul
Contributor I

Where can i change this settings.. which file is responsible for this??

0 项奖励

845 次查看
Yanfei_Sun
Contributor IV

you should change the video mode according to your panel spec.

0 项奖励