commit | d9f36a0051b7c0382107cb0342af1126a6eb627d | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Wed Jan 13 22:28:43 2010 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jan 14 12:19:57 2010 +1000 |
tree | e39118bbf806914b7124ee9ab4b0b51a585d493c | |
parent | e99e1e7893ac80fe769477cb1ddd4b482cef8902 [diff] |
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 <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>