From: "\"David Müller (ELSOFT AG)\"" <d.mueller@elsoft.ch>
To: dri-devel@lists.freedesktop.org
Subject: Valid VCO range on 855GME platform
Date: Sat, 11 Jun 2011 10:48:50 +0200 [thread overview]
Message-ID: <4DF32BF2.9070100@elsoft.ch> (raw)
Hello
I have a problem using a 1024x768@60Hz LVDS panel attached to a 855GME
based system running under Linux-2.6.39.
As long as the system is under VGA BIOS control, everything is fine
(panel refresh rate is 60.1Hz).
As soon as the i915 Linux driver is taking over control, the refresh
rate raises to 61.4Hz.
As far as i can see the i915 driver is (wrongly) reprogramming the Pipe
B PLL to a higher dot clock as shown below:
PLL values set up by VGA BIOS:
N=4, M1=18, M2=12, P1=1, P2=14
=> dot clock: 65.142 MHz, refresh rate: 60.1Hz
PLL values set up by i915 driver:
N=5, M1=22, M2=14, P1=1, P2=14
=> dot clock: 66.612MHz, refresh rate: 61.4Hz
According to "intel_PLL_is_valid()" the PLL values used by the VGA BIOS
are invalid because of a "vco out of range" condition.
Is the "I8XX_VCO_MIN" in "drivers/gpu/drm/i915/intel_display.c"
correctly set or should it be set to a lower value?
Dave
reply other threads:[~2011-06-11 8:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4DF32BF2.9070100@elsoft.ch \
--to=d.mueller@elsoft.ch \
--cc=dri-devel@lists.freedesktop.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.