From: James Lamanna <jamesl@appliedminds.com>
To: linux-kernel@vger.kernel.org
Subject: Re: Getting i815 Framebuffer working?!
Date: Thu, 06 May 2004 17:36:08 -0700 [thread overview]
Message-ID: <409AD9F8.5080400@appliedminds.com> (raw)
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
next reply other threads:[~2004-05-07 0:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-07 0:36 James Lamanna [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-05-06 23:57 Getting i815 Framebuffer working?! James Lamanna
2004-05-19 0:30 ` Antonino A. Daplas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=409AD9F8.5080400@appliedminds.com \
--to=jamesl@appliedminds.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox