From: Thomas Hellstrom Date: Wed, 13 Jan 2010 21:28:43 +0000 (+0100) Subject: drm/vmwgfx: Implement basic pm operations. X-Git-Tag: v2.6.33-rc6~27^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9f36a0051b7c0382107cb0342af1126a6eb627d;p=pandora-kernel.git drm/vmwgfx: Implement basic pm operations. Currently we really only support S3, since the device doesn't support saving of the 3D state. On S3/S4, move all buffer objects to swappable memory and take down GMR bindings. We need to do that from a PM notifier since we can't do persistant memory allocations from the standard PM callbacks. Signed-off-by: Thomas Hellstrom Signed-off-by: Dave Airlie --- Reading git-diff-tree failed