drm: Keep disabled outputs disabled after suspend / resume
authorDavid John <davidjon@xenontk.org>
Thu, 31 Dec 2009 06:30:46 +0000 (12:00 +0530)
committerDave Airlie <airlied@redhat.com>
Fri, 8 Jan 2010 03:17:22 +0000 (13:17 +1000)
With the current DRM code, an output that has been powered off
from userspace will automatically power back on when resuming
from suspend. This patch fixes this behaviour.

Tested only with the Intel i915 driver on an Intel GM45 Express
chipset.

Signed-off-by: David John <davidjon@xenontk.org>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found