dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 32556] screen flickers all the time with desktop image appearing only briefly
Date: Wed, 22 Dec 2010 13:48:56 -0800 (PST)	[thread overview]
Message-ID: <20101222214856.6664313004E@annarchy.freedesktop.org> (raw)
In-Reply-To: <bug-32556-502@http.bugs.freedesktop.org/>

https://bugs.freedesktop.org/show_bug.cgi?id=32556

--- Comment #12 from Gildas Le Nadan <3ntr0p13@gmail.com> 2010-12-22 13:48:56 PST ---
(In reply to comment #9)
> With the patch from comment 8, try these possible fixes:
> 
> diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c
> b/drivers/gpu/drm/radeon/atombios_crtc.c
> index b0ab185..0be8015 100644
> --- a/drivers/gpu/drm/radeon/atombios_crtc.c
> +++ b/drivers/gpu/drm/radeon/atombios_crtc.c
> @@ -525,7 +525,7 @@ static u32 atombios_adjust_pll(struct drm_crtc *crtc,
>                     (rdev->family == CHIP_RS690) ||
>                     (rdev->family == CHIP_RS740))
>                         pll->flags |= (/*RADEON_PLL_USE_FRAC_FB_DIV |*/
> -                                      RADEON_PLL_PREFER_CLOSEST_LOWER);
> +                                      RADEON_PLL_PREFER_CLOSEST_HIGHER);
> 
>                 if (ASIC_IS_DCE32(rdev) && mode->clock > 200000)        /*
> range limits??? */
>                         pll->flags |= RADEON_PLL_PREFER_HIGH_FB_DIV;
> 
> Or:
> 
> diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c
> b/drivers/gpu/drm/radeon/atombios_crtc.c
> index b0ab185..91facc8 100644
> --- a/drivers/gpu/drm/radeon/atombios_crtc.c
> +++ b/drivers/gpu/drm/radeon/atombios_crtc.c
> @@ -525,7 +525,7 @@ static u32 atombios_adjust_pll(struct drm_crtc *crtc,
>                     (rdev->family == CHIP_RS690) ||
>                     (rdev->family == CHIP_RS740))
>                         pll->flags |= (/*RADEON_PLL_USE_FRAC_FB_DIV |*/
> -                                      RADEON_PLL_PREFER_CLOSEST_LOWER);
> +                                      RADEON_PLL_NO_ODD_POST_DIV);
> 
>                 if (ASIC_IS_DCE32(rdev) && mode->clock > 200000)        /*
> range limits??? */
>                         pll->flags |= RADEON_PLL_PREFER_HIGH_FB_DIV;

None of the proposed solutions fix the problem for good although there is some
improvement over the flickering frequency.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

  parent reply	other threads:[~2010-12-22 21:48 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-21 17:33 [Bug 32556] New: screen flickers all the time with desktop image appearing only briefly bugzilla-daemon
2010-12-21 17:33 ` [Bug 32556] " bugzilla-daemon
2010-12-21 17:34 ` bugzilla-daemon
2010-12-21 17:35 ` bugzilla-daemon
2010-12-21 17:38 ` bugzilla-daemon
2010-12-21 18:42 ` bugzilla-daemon
2010-12-21 18:51 ` bugzilla-daemon
2010-12-21 19:37 ` bugzilla-daemon
2010-12-21 19:37 ` bugzilla-daemon
2010-12-21 19:49 ` bugzilla-daemon
2010-12-21 19:49 ` bugzilla-daemon
2010-12-21 19:49 ` bugzilla-daemon
2010-12-22 19:26 ` bugzilla-daemon
2010-12-22 19:28 ` bugzilla-daemon
2010-12-22 21:45 ` bugzilla-daemon
2010-12-22 21:47 ` bugzilla-daemon
2010-12-22 21:48 ` bugzilla-daemon [this message]
2010-12-23 18:49 ` bugzilla-daemon
2010-12-23 19:07 ` bugzilla-daemon
2010-12-24  7:29 ` bugzilla-daemon
2010-12-24  7:50 ` bugzilla-daemon
2010-12-24  7:51 ` bugzilla-daemon
2010-12-24  8:10 ` bugzilla-daemon
2010-12-24  8:11 ` bugzilla-daemon
2010-12-24 18:42 ` bugzilla-daemon
2011-01-08 23:34 ` bugzilla-daemon
2011-01-09  8:30 ` bugzilla-daemon
2011-01-10  9:51 ` bugzilla-daemon
2011-01-10 17:25 ` bugzilla-daemon
2011-01-10 17:26 ` bugzilla-daemon
2011-01-10 21:11 ` bugzilla-daemon
2011-01-10 21:14 ` bugzilla-daemon
2011-01-12 15:14 ` bugzilla-daemon
2011-01-12 16:51 ` bugzilla-daemon
2011-01-12 18:22 ` bugzilla-daemon
2011-01-13  1:01 ` bugzilla-daemon
2011-03-08 17:54 ` [Bug 32556] [RADEON:KMS:PLL] " bugzilla-daemon
2011-08-05 15:59 ` bugzilla-daemon
2019-11-20  8:02 ` 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=20101222214856.6664313004E@annarchy.freedesktop.org \
    --to=bugzilla-daemon@freedesktop.org \
    --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 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).