Disambiguate planes & pipes for swap operations
authorJesse Barnes <jesse.barnes@intel.com>
Tue, 11 Sep 2007 10:48:46 +0000 (03:48 -0700)
committerJesse Barnes <jesse.barnes@intel.com>
Tue, 11 Sep 2007 10:48:46 +0000 (03:48 -0700)
commit3cb8acd5abcb410ab2982f55aec94b5a793a47d6
tree4a0f5cb07f3eb9148768a582ed43c9906ec1452e
parent00bb534a546a4ca4bb6e167f5b387fa8156f4ca7
Disambiguate planes & pipes for swap operations

This mod makes the SAREA track plane to pipe mappings and corrects the name of
the plane info variables (they were mislabeled as pipe info since until now all
code assumed a direct mapping between planes and pipes).

It also updates the flip ioctl argument to take a set of planes rather than
pipes, since planes are flipped while pipes generate vblank events.
shared-core/i915_dma.c
shared-core/i915_drm.h
shared-core/i915_drv.h
shared-core/i915_irq.c