Reply
Thread Tools
Posts: 310 | Thanked: 383 times | Joined on Jan 2010
#1
I tried reducing the LCD's pixel clock to 12000, in the hopes it would halve the refresh rate (both reducing required memory bandwidth, and hopefully tearing).

Unfortunately the device reboots as it tries to load Xorg, though seems to work up to that point (with framebuffer console enabled).

I'm using these timings:

Code:
        .timings = {
                .x_res = 800,
                .y_res = 480,

                .pixel_clock    = 12000,

                .hsw            = 4,
                .hfp            = 28,
                .hbp            = 24,

                .vsw            = 3,
                .vfp            = 3,
                .vbp            = 4,
        },
Do I need to adjust the porches or hsw/vsw (sync?) as well? Is something else hardcoded to expect the pixel clock to be 24000?
 
Posts: 284 | Thanked: 161 times | Joined on Dec 2009
#2
bump it up ttt!
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:48.