Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293533
b: refs/heads/master
c: 092945e
h: refs/heads/master
i:
  293531: e2a828a
v: v3
  • Loading branch information
Adam Jackson authored and Daniel Vetter committed Jan 17, 2012
1 parent 820c092 commit 9d3f112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 6919132e7a307b1f181d7655b3ef64cc7581a5ef
refs/heads/master: 092945e11c5b84f66dd08f0b87fb729715d377bc
7 changes: 1 addition & 6 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ intel_dp_aux_ch(struct intel_dp *intel_dp,
int recv_bytes;
uint32_t status;
uint32_t aux_clock_divider;
int try, precharge;
int try, precharge = 5;

intel_dp_check_edp(intel_dp);
/* The clock divider is based off the hrawclk,
Expand All @@ -382,11 +382,6 @@ intel_dp_aux_ch(struct intel_dp *intel_dp,
else
aux_clock_divider = intel_hrawclk(dev) / 2;

if (IS_GEN6(dev))
precharge = 3;
else
precharge = 5;

/* Try to wait for any previous AUX channel activity */
for (try = 0; try < 3; try++) {
status = I915_READ(ch_ctl);
Expand Down

0 comments on commit 9d3f112

Please sign in to comment.