drm/i915: don't check plane vs pipe enable on ILK+
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 2 Feb 2011 20:28:02 +0000 (12:28 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 7 Feb 2011 12:06:13 +0000 (12:06 +0000)
commit19ec135838f032ad1aa0610b173ad78c16d53d47
tree8d13a2ae8e9f2d7feb6499a4954061853f8f7679
parentcb3543c6b14b145c6e35d0a36a48abfc6fe18600
drm/i915: don't check plane vs pipe enable on ILK+

These bits have a different meaning on ILK+, where planes are hardwired
to pipes.  Fixing this avoid some spurious assertion failures.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c