projects
/
wrapfs-4.13.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f336ec
)
Revert "drm/radeon: adjust pll when audio is not enabled"
author
Alex Deucher
<alexander.deucher@amd.com>
Wed, 10 Jun 2015 05:30:54 +0000
(
01:30
-0400)
committer
Sasha Levin
<sasha.levin@oracle.com>
Fri, 3 Jul 2015 16:34:49 +0000
(12:34 -0400)
[ Upstream commit
ebb9bf18636926d5da97136c22e882c5d91fda73
]
This reverts commit
7fe04d6fa824ccea704535a597dc417c8687f990
.
Fixes some systems at the expense of others. Need to properly
fix the pll divider selection.
bug:
https://bugzilla.kernel.org/show_bug.cgi?id=99651
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/gpu/drm/radeon/atombios_crtc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/atombios_crtc.c
b/drivers/gpu/drm/radeon/atombios_crtc.c
index 5d73e5f3845da54fad5e894d1cb9bdf9a8ef9643..ce8cab52285b067df9d4bee963f108f9e37081b7 100644
(file)
--- a/
drivers/gpu/drm/radeon/atombios_crtc.c
+++ b/
drivers/gpu/drm/radeon/atombios_crtc.c
@@
-580,9
+580,6
@@
static u32 atombios_adjust_pll(struct drm_crtc *crtc,
else
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)
radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP;
/* use frac fb div on APUs */