[Bug 28932] New: new avivo PLL calculation in Radeon driver fails with certain modelines
bugzilla-daemon at bugzilla.kernel.org
bugzilla-daemon at bugzilla.kernel.org
Fri Feb 11 23:49:13 PST 2011
https://bugzilla.kernel.org/show_bug.cgi?id=28932
Summary: new avivo PLL calculation in Radeon driver fails with
certain modelines
Product: Drivers
Version: 2.5
Kernel Version: 2.6.38-rc4
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Video(DRI - non Intel)
AssignedTo: drivers_video-dri at kernel-bugs.osdl.org
ReportedBy: bitbytebit at gmail.com
Regression: Yes
This patch https://bugs.freedesktop.org/attachment.cgi?id=41943 fails to
calculate the PLL values for certain lower dotclock modelines. I can change
the code to use the legacy PLL calculation and things work again.
Here's an example modeline that fails now, used to work flawless...
# mario 256x224 at 59.19 15.2699Khz
ModeLine "256x224x59.19" 5.130681 256 272 296 336 224 233 236 258
-HSync -VSync
This modeline now with the newer avivo PLL calculation ends up being 133Hz
instead of 59.19 and the Horizontal frequency is 39khz or so. It's basically
completely wrong, way off of what it should be.
Things work fine for anything that seems to have a dotclock above 12 Mhz or so,
from what I suspect the newer method isn't taking into account possible lower
dotclock and Horizontal frequency modelines.
Thanks,
Chris
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
--
_______________________________________________
Dri-devel mailing list
Dri-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
More information about the dri-devel
mailing list