Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345165
b: refs/heads/master
c: 6b3ec1c
h: refs/heads/master
i:
  345163: 8cd745d
v: v3
  • Loading branch information
Daniel Vetter committed Oct 24, 2012
1 parent c5d9c40 commit 112536b
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: d2acd215cdb75eb39afadbf31a19bdcf84af7eaf
refs/heads/master: 6b3ec1c9fb73cca38842d030b171ffd16a686949
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ intel_dp_aux_ch(struct intel_dp *intel_dp,
else
aux_clock_divider = 225; /* eDP input clock at 450Mhz */
} else if (HAS_PCH_SPLIT(dev))
aux_clock_divider = 63; /* IRL input clock fixed at 125Mhz */
aux_clock_divider = DIV_ROUND_UP(intel_pch_rawclk(dev), 2);
else
aux_clock_divider = intel_hrawclk(dev) / 2;

Expand Down

0 comments on commit 112536b

Please sign in to comment.