[git pull] drm intel hibernation fix
Dave Airlie
airlied at linux.ie
Thu Mar 29 00:14:08 PDT 2012
Hi Linus,
I tracked down the misc memory corruption after i915 hibernate to the
blinking fbcon cursor, and realised the i915 driver wasn't doing the fbdev
suspend/resume calls at all. nouveau and radeon have done these calls for
a long time.
This has been fairly well tested and is definitely the main culprit in
hibernate not working.
Dave.
The following changes since commit d936622c36273a9ecfbb4aacf26cd29405995159:
drm/radeon: Only warn if the intra-domain offset actually exceeds the limit. (2012-03-28 13:50:05 +0100)
are available in the git repository at:
git://people.freedesktop.org/~airlied/linux drm-fixes
Dave Airlie (1):
drm/i915: suspend fbdev device around suspend/hibernate
drivers/gpu/drm/i915/i915_drv.c | 7 +++++++
drivers/gpu/drm/i915/intel_drv.h | 2 +-
drivers/gpu/drm/i915/intel_fb.c | 10 ++++++++++
3 files changed, 18 insertions(+), 1 deletions(-)
More information about the dri-devel
mailing list