* Valid VCO range on 855GME platform
@ 2011-06-11 8:48 "David Müller (ELSOFT AG)"
0 siblings, 0 replies; only message in thread
From: "David Müller (ELSOFT AG)" @ 2011-06-11 8:48 UTC (permalink / raw)
To: dri-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-11 8:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-11 8:48 Valid VCO range on 855GME platform "David Müller (ELSOFT AG)"
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.