|
@@ -580,9 +580,6 @@ static u32 atombios_adjust_pll(struct drm_crtc *crtc,
|
|
else
|
|
else
|
|
radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV;
|
|
radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV;
|
|
|
|
|
|
- /* if there is no audio, set MINM_OVER_MAXP */
|
|
|
|
- if (!drm_detect_monitor_audio(radeon_connector_edid(connector)))
|
|
|
|
- radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP;
|
|
|
|
if (rdev->family < CHIP_RV770)
|
|
if (rdev->family < CHIP_RV770)
|
|
radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP;
|
|
radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP;
|
|
/* use frac fb div on APUs */
|
|
/* use frac fb div on APUs */
|