drm/i915: Restore the KMS modeset for every activated CRTC
authorZhao Yakui <yakui.zhao@intel.com>
Wed, 8 Jul 2009 06:13:12 +0000 (14:13 +0800)
committerEric Anholt <eric@anholt.net>
Fri, 10 Jul 2009 19:36:11 +0000 (12:36 -0700)
commit354ff96772540d2e836194bf14dd9c05c274055c
tree95074170d99ce6d64c25178a07f915242d0f8ba1
parent883e860daf5c75a0035c33cb6f8881ee62d6efaf
drm/i915: Restore the KMS modeset for every activated CRTC

Restore the modeset for every activated CRTC in course of resume.
This is realized by calling the function of drm_helper_resume_force_mode.
Note: it is meaningful only for the KMS mode.

https://bugs.freedesktop.org/show_bug.cgi?id=21719
https://bugs.freedesktop.org/show_bug.cgi?id=21708
https://bugs.freedesktop.org/show_bug.cgi?id=22285
https://bugs.freedesktop.org/show_bug.cgi?id=22263

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_drv.c