Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371391
b: refs/heads/master
c: 4116782
h: refs/heads/master
i:
  371389: f0f12c5
  371387: bb898a3
  371383: a267b22
  371375: 74dfa17
  371359: 84a6f0c
  371327: 6d7635e
v: v3
  • Loading branch information
Alex Deucher committed Apr 1, 2013
1 parent c49563c commit 2248b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf05d9985111f85ed6922c134567b96eb789283b
refs/heads/master: 411678288d61ba17afe1f8afed92200be6bbc65d
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/radeon/atombios_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,9 @@ static u32 atombios_adjust_pll(struct drm_crtc *crtc,
/* use frac fb div on APUs */
if (ASIC_IS_DCE41(rdev) || ASIC_IS_DCE61(rdev))
radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV;
/* use frac fb div on RS780/RS880 */
if ((rdev->family == CHIP_RS780) || (rdev->family == CHIP_RS880))
radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV;
if (ASIC_IS_DCE32(rdev) && mode->clock > 165000)
radeon_crtc->pll_flags |= RADEON_PLL_USE_FRAC_FB_DIV;
} else {
Expand Down

0 comments on commit 2248b2d

Please sign in to comment.