Re: Radeon jittery post 2.6.35

From: Anders Eriksson
Date: Tue Mar 15 2011 - 04:37:14 EST




> Does this patch help?
>
> diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c
> b/drivers/gpu/drm/radeon/atombios_crtc.c
> index 1d89259..a2bd944 100644
> --- a/drivers/gpu/drm/radeon/atombios_crtc.c
> +++ b/drivers/gpu/drm/radeon/atombios_crtc.c
> @@ -524,7 +524,7 @@ static u32 atombios_adjust_pll(struct drm_crtc *crtc,
> if ((rdev->family == CHIP_RS600) ||
> (rdev->family == CHIP_RS690) ||
> (rdev->family == CHIP_RS740))
> - pll->flags |= (/*RADEON_PLL_USE_FRAC_FB_DIV |*/
> + pll->flags |= (RADEON_PLL_USE_FRAC_FB_DIV |
> RADEON_PLL_PREFER_CLOSEST_LOWER);
>
> if (ASIC_IS_DCE32(rdev) && mode->clock > 200000)
> /* range limits??? */

No. No improvement on rc8.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/