[Intel-gfx] [PATCH 6/7] drm/i915: fix page flipping on gen3
Jesse Barnes
jbarnes at virtuousgeek.org
Fri Mar 26 21:41:08 CET 2010
On Fri, 26 Mar 2010 11:07:20 -0700
Jesse Barnes <jbarnes at 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
More information about the Intel-gfx
mailing list