lkml.org 
[lkml]   [2004]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: Getting i815 Framebuffer working?!
    Some more info I just dug out.
    The following call chain fails:

    i810fb_init_pci()
    i810fb_check_var()
    i810_check_params()
    fb_get_mode()

    fb_get_mode returns -EINVAL from the if statement at line 1079:
    if (!(flags & FB_IGNOREMON) &&
    (timings.vfreq < vfmin || timings.vfreq > vfmax ||
    timings.hfreq < hfmin || timings.hfreq > hfmax ||
    timings.dclk < dclkmin || timings.dclk > dclkmax))

    values:
    flags: 0x00000000
    timings.vfreq 38 vfmin 60 vfmax 60
    timings.hfreq 30000 hfmin 30000 hfmax 30000
    timings.dclk 38400000 dclkmin 15000000 dclkmax 234000000


    -------- Original Message --------
    Subject: Getting i815 Framebuffer working?!
    Date: Thu, 06 May 2004 16:57:22 -0700
    From: James Lamanna <jamesl@appliedminds.com>
    To: linux-kernel@vger.kernel.org
    CC: adaplas@pol.net

    Using stock 2.6.5, I'm trying to get the Intel i810/5 framebuffer driver
    to work. So far I have had no success.


    -- James Lamanna

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 14:02    [W:4.176 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site