From: Carl Worth Date: Fri, 9 Apr 2010 06:31:57 +0000 (-0700) Subject: drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on). X-Git-Tag: v2.6.35-rc1~451^2~91^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfecde435dda78248d6fcdc424bed68d5db6be0b;p=pandora-kernel.git drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on). The existing code handling the DPMS ON event is much more careful to ensure that these registers are enabled according to strict sequencing requirements. Enabling these early in mode_set simply defeats that. Signed-off-by: Carl Worth Signed-off-by: Eric Anholt --- Reading git-diff-tree failed