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

-- 
[email protected]

Attachment: pgpkyy9AFl4Dh.pgp
Description: PGP signature

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to