diff options
author | Samuel Li <samuel.li@amd.com> | 2014-04-30 18:40:53 -0400 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2014-05-06 06:20:04 -0400 |
commit | b214f2a4ba415dcad40fcc7c195d0a402f8211de (patch) | |
tree | eb6976a741b9d30c39599972bd35d72ad6201985 | |
parent | 47f5c7461660b6b550018b83b5b98e330b2d0f7e (diff) |
drm/radeon: modesetting updates for Mullins.
Uses the same code as Kabini.
Signed-off-by: Samuel Li <samuel.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
-rw-r--r-- | drivers/gpu/drm/radeon/atombios_crtc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c b/drivers/gpu/drm/radeon/atombios_crtc.c index b7983aaee445..c31c12b4e666 100644 --- a/drivers/gpu/drm/radeon/atombios_crtc.c +++ b/drivers/gpu/drm/radeon/atombios_crtc.c | |||
@@ -1736,8 +1736,9 @@ static int radeon_atom_pick_pll(struct drm_crtc *crtc) | |||
1736 | } | 1736 | } |
1737 | /* otherwise, pick one of the plls */ | 1737 | /* otherwise, pick one of the plls */ |
1738 | if ((rdev->family == CHIP_KAVERI) || | 1738 | if ((rdev->family == CHIP_KAVERI) || |
1739 | (rdev->family == CHIP_KABINI)) { | 1739 | (rdev->family == CHIP_KABINI) || |
1740 | /* KB/KV has PPLL1 and PPLL2 */ | 1740 | (rdev->family == CHIP_MULLINS)) { |
1741 | /* KB/KV/ML has PPLL1 and PPLL2 */ | ||
1741 | pll_in_use = radeon_get_pll_use_mask(crtc); | 1742 | pll_in_use = radeon_get_pll_use_mask(crtc); |
1742 | if (!(pll_in_use & (1 << ATOM_PPLL2))) | 1743 | if (!(pll_in_use & (1 << ATOM_PPLL2))) |
1743 | return ATOM_PPLL2; | 1744 | return ATOM_PPLL2; |