intel: Rename plane[AB]* back to pipe[AB]*.
authorEric Anholt <eric@anholt.net>
Wed, 17 Dec 2008 21:55:53 +0000 (13:55 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 23 Dec 2008 00:03:35 +0000 (16:03 -0800)
commitdfd7fdafd8a2bad0d63ced4a969b6278c221c000
tree0f10d19247c08f7a830f48857fce09633eb533a9
parent28771e06dfe45027be6618f87335c19e8e88e3f6
intel: Rename plane[AB]* back to pipe[AB]*.

The values are really going to continue meaning pipe, not plane, and that's
what they're called in the kernel copy of the header.  Userland hasn't ever
made the switch to pipe!=plane, since userland checks are based on DRM
version, which is still stuck at 1.6.  However, Mesa did start using
plane[AB] names, so provide a compat define.
shared-core/i915_drm.h