Re: Getting i815 Framebuffer working?!
From: James Lamanna
Date: Thu May 06 2004 - 19:38:10 EST
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@xxxxxxxxxxxxxxxx>
To: linux-kernel@xxxxxxxxxxxxxxx
CC: adaplas@xxxxxxx
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/