On Fri, 26 Mar 2010 11:07:20 -0700
Jesse Barnes <jbar...@virtuousgeek.org> wrote:

> -             if (iir & I915_DISPLAY_PLANE_A_FLIP_PENDING_INTERRUPT)
> +             if ((iir & I915_DISPLAY_PLANE_B_FLIP_PENDING_INTERRUPT) &&
> +                 !(pipeb_stats & pipe_vblank_mask)) {
> +                     DRM_ERROR("flip complete w/o vblank irq?\n");
> +             }

Oops, this hunk definitely doesn't belong here.  I'll post an update to
this one.

-- 
Jesse Barnes, Intel Open Source Technology Center

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to