From: Chris Wilson Date: Thu, 2 Sep 2010 16:59:39 +0000 (+0100) Subject: drm/i915: Ironlake page-flipping is per-plane not per-pipe X-Git-Tag: v2.6.37-rc1~92^2~28^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bbda389632dd810d80c055fc1ec90827a16f687;p=pandora-kernel.git 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 --- Reading git-diff-tree failed