Driver Problem with Synchronous LCD Display

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

Driver Problem with Synchronous LCD Display

1,208 Views
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

Tags (2)
0 Kudos
3 Replies

830 Views
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 Kudos

830 Views
Gokul
Contributor I

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

0 Kudos

830 Views
Yanfei_Sun
Contributor IV

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

0 Kudos