Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232815
b: refs/heads/master
c: a6f9761
h: refs/heads/master
i:
  232813: 8aab0fd
  232811: 2703a98
  232807: 84fcc02
  232799: 0364d83
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Feb 2, 2011
1 parent e5c2398 commit 7ae5e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20d391d72519527d2266a0166490118b40ff998d
refs/heads/master: a6f9761743bf35b052180f4a8bdae4d2cc0465f6
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ void radeon_compute_pll(struct radeon_pll *pll,
max_fractional_feed_div = pll->max_frac_feedback_div;
}

for (post_div = max_post_div; post_div >= min_post_div; --post_div) {
for (post_div = min_post_div; post_div <= max_post_div; ++post_div) {
uint32_t ref_div;

if ((pll->flags & RADEON_PLL_NO_ODD_POST_DIV) && (post_div & 1))
Expand Down

0 comments on commit 7ae5e50

Please sign in to comment.