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)
commit2bbda389632dd810d80c055fc1ec90827a16f687
tree47ce7265f834ffcc7a8219edde1a6cba726c6b1d
parent425904dd8a86d9ca3a3be38eaaa12b4844dceed6
drm/i915: Ironlake page-flipping is per-plane not per-pipe

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>
drivers/gpu/drm/i915/i915_irq.c