Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201243
b: refs/heads/master
c: 6ba770d
h: refs/heads/master
i:
  201241: 093b5f4
  201239: 268921f
v: v3
  • Loading branch information
Adam Jackson authored and Eric Anholt committed Jul 26, 2010
1 parent c8530a8 commit ee0dc09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a392a10367508930607a17ab60b4148f86adf2bc
refs/heads/master: 6ba770dc5c334aff1c055c8728d34656e0f091e2
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -862,8 +862,8 @@ intel_g4x_find_best_PLL(const intel_limit_t *limit, struct drm_crtc *crtc,
intel_clock_t clock;
int max_n;
bool found;
/* approximately equals target * 0.00488 */
int err_most = (target >> 8) + (target >> 10);
/* approximately equals target * 0.00585 */
int err_most = (target >> 8) + (target >> 9);
found = false;

if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
Expand Down

0 comments on commit ee0dc09

Please sign in to comment.