[git pull] drm intel hibernation fix

From: Dave Airlie
Date: Thu Mar 29 2012 - 03:14:18 EST



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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/