Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360913
b: refs/heads/master
c: b18ac46
h: refs/heads/master
i:
  360911: 8d012ae
v: v3
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed Mar 3, 2013
1 parent 4f4b885 commit f78db5e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f3e227df8235fc0bf8ba08304aa135066ec9b9b0
refs/heads/master: b18ac466956c7e7b5abf7a2d6adf8c626267d0ae
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ intel_dp_aux_wait_done(struct intel_dp *intel_dp, bool has_aux_irq)

#define C (((status = I915_READ_NOTRACE(ch_ctl)) & DP_AUX_CH_CTL_SEND_BUSY) == 0)
if (has_aux_irq)
done = wait_event_timeout(dev_priv->gmbus_wait_queue, C, 10);
done = wait_event_timeout(dev_priv->gmbus_wait_queue, C,
msecs_to_jiffies(10));
else
done = wait_for_atomic(C, 10) == 0;
if (!done)
Expand Down

0 comments on commit f78db5e

Please sign in to comment.