drm/i915: Ironlake page-flipping is per-plane not per-pipe
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 2 Sep 2010 16:59:39 +0000 (17:59 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Sep 2010 09:13:34 +0000 (10:13 +0100)
Fix a minor confusion between intel_page_flip_finish(pipe) and
intel_page_flip_finish_plane(plane) -- should have no effect as
currently we map pipe 0 to plane 0 (and pipe 1 to plane 1).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found