On Mon, 01 Aug 2011 14:42:25 -0700 Keith Packard <[email protected]> wrote:
> On Mon, 1 Aug 2011 14:14:35 -0700, Jesse Barnes <[email protected]> > wrote: > > > + for (try = 0; try < 3; try++) { > > + status = I915_READ(ch_ctl); > > + if ((status & DP_AUX_CH_CTL_SEND_BUSY) == 0) > > + break; > > + msleep(1); > > + } > > + > > + if (try == 10) { > > 10 != 3 Oh well that will make the backtrace silent, won't it... -- Jesse Barnes, Intel Open Source Technology Center _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
