Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."
authorCarl Worth <cworth@cworth.org>
Mon, 17 May 2010 16:46:05 +0000 (09:46 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 2 Jun 2010 21:33:30 +0000 (14:33 -0700)
commit0d7168bcf45fa5b6307726091ea77fd4ab16d1ab
tree3e05f1e1b16a25d0e5a8e32be7909305e1a49cba
parentaef4b9aaae1decc775778903922bd0075cce7a88
Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."

This reverts commit cfecde435dda78248d6fcdc424bed68d5db6be0b.

The commit was first created as an attempt to fix LVDS initialiazation
on Ironlake. Testing revealed that it didn't fix that, but it was
assumed to still be correct anyway.

Subsequent testing has revealed that this commit has caused other
regressions:

  * Change in VBlank interrupt frequency causing 60% 3D performance regression
    http://bugs.freedesktop.org/show_bug.cgi?id=27698

  * Black screen on G45
    http://bugs.freedesktop.org/show_bug.cgi?id=27733

So revert this buggy code for now to revisit later when we can fix
actual bugs without causing these regressions.

Signed-off-by: Carl Worth <cworth@cworth.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_display.c