Who wrote wait_for()? It is a deadly booby trap! On Wed, 5 Sep 2012 21:24:39 +0200, Daniel Vetter <[email protected]> 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 _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
