dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.sourceforge.net
Subject: [Bug 24462] r600: spread spectrum: flickering screen (bisected)
Date: Wed, 8 Dec 2010 21:14:52 GMT	[thread overview]
Message-ID: <201012082114.oB8LEqZ0020049@demeter1.kernel.org> (raw)
In-Reply-To: <bug-24462-2300@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=24462





--- Comment #5 from Alex Deucher <alexdeucher@gmail.com>  2010-12-08 21:14:47 ---
Created an attachment (id=39362)
 --> (https://bugzilla.kernel.org/attachment.cgi?id=39362)
possible fix

(In reply to comment #2)
> but 2.6.36 uses ENABLE_SPREAD_SPECTRUM_ON_PPLL_PS_ALLOCATION, while the newer
> kernel uses ENABLE_LVDS_SS_PARAMETERS_V2 for the parameters (the only
> difference is that the latter does not have ucPpll); is this correct?

That is correct.  I suspect it's the pll that's problematic:
if (ss_enabled) {
        if (ss->refdiv) {
                pll->flags |= RADEON_PLL_USE_REF_DIV;
                pll->reference_div = ss->refdiv;
        }
}

It uses a fixed reference divider of 2 in your case.  Does the attached patch
help?  Please also try this patch in conjunction with the patch in comment 1.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
--

  parent reply	other threads:[~2010-12-08 21:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-08 16:18 [Bug 24462] New: r600: spread spectrum: flickering screen (bisected) bugzilla-daemon
2010-12-08 17:11 ` [Bug 24462] " bugzilla-daemon
2010-12-08 20:27 ` bugzilla-daemon
2010-12-08 20:39 ` bugzilla-daemon
2010-12-08 20:47 ` bugzilla-daemon
2010-12-08 21:14 ` bugzilla-daemon [this message]
2010-12-08 22:12 ` bugzilla-daemon
2010-12-08 22:32 ` bugzilla-daemon
2010-12-08 23:05 ` bugzilla-daemon
2010-12-09 20:12 ` bugzilla-daemon
2010-12-17  0:43 ` bugzilla-daemon
2010-12-20  6:57 ` bugzilla-daemon
2010-12-29 22:48 ` bugzilla-daemon
2011-02-11  6:57 ` bugzilla-daemon
2011-02-11  7:32 ` bugzilla-daemon
2011-02-11 16:09 ` bugzilla-daemon
2011-02-12  1:17 ` bugzilla-daemon
2011-02-14 13:56 ` bugzilla-daemon

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=201012082114.oB8LEqZ0020049@demeter1.kernel.org \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=dri-devel@lists.sourceforge.net \
    /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;
as well as URLs for NNTP newsgroup(s).