commit | 89347bb8ef2d0af1ae8d847b7df91e9f04eccf2a | [log] [tgz] |
---|---|---|
author | David John <davidjon@xenontk.org> | Thu Dec 31 12:00:46 2009 +0530 |
committer | Dave Airlie <airlied@redhat.com> | Mon Jan 11 14:36:08 2010 +1000 |
tree | ec171501d3f7b1cf6df42a8157944589f7e95b2a | |
parent | a81406b4143ff07e586bbe03c50f089da94eefe1 [diff] |
drm: Keep disabled outputs disabled after suspend / resume 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>