[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1203290811240.25319@skynet.skynet.ie>
Date: Thu, 29 Mar 2012 08:14:08 +0100 (IST)
From: Dave Airlie <airlied@...ux.ie>
To: torvalds@...ux-foundation.org
cc: DRI mailing list <dri-devel@...ts.freedesktop.org>,
linux-kernel@...r.kernel.org
Subject: [git pull] drm intel hibernation fix
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists