commit | 2bbda389632dd810d80c055fc1ec90827a16f687 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Sep 02 17:59:39 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 08 10:13:34 2010 +0100 |
tree | 47ce7265f834ffcc7a8219edde1a6cba726c6b1d | |
parent | 425904dd8a86d9ca3a3be38eaaa12b4844dceed6 [diff] |
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>