[Intel-gfx] [PATCH 1/3] drm/i915: extract gmbus_wait_hw_status
Chris Wilson
chris at chris-wilson.co.uk
Thu Sep 6 00:12:06 CEST 2012
Who wrote wait_for()? It is a deadly booby trap!
On Wed, 5 Sep 2012 21:24:39 +0200, Daniel Vetter <daniel.vetter at ffwll.ch> wrote:
> - if (wait_for((I915_READ(GMBUS2 + reg_offset) & GMBUS_ACTIVE) == 0,
> - 10)) {
> + if (gmbus_wait_hw_status(dev_priv, GMBUS_ACTIVE)) {
This is reversing the status being waited for. :(
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the Intel-gfx
mailing list