Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209814
b: refs/heads/master
c: 0537398
h: refs/heads/master
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Aug 22, 2010
1 parent 32c54f9 commit 2917bc3
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: 039ed2d9a24b3c4e272439b1551762fcb77c188a
refs/heads/master: 0537398b211b4f040564beec458e23571042d335
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_legacy_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ static uint8_t radeon_compute_pll_gain(uint16_t ref_freq, uint16_t ref_div,
if (!ref_div)
return 1;

vcoFreq = ((unsigned)ref_freq & fb_div) / ref_div;
vcoFreq = ((unsigned)ref_freq * fb_div) / ref_div;

/*
* This is horribly crude: the VCO frequency range is divided into
Expand Down

0 comments on commit 2917bc3

Please sign in to comment.