commit | 8ba8209fefb67edf2ecbb92e9f16008bfaa1b031 | [log] [tgz] |
---|---|---|
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Sat Apr 06 00:15:21 2013 +0200 |
committer | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Sun Apr 07 17:09:32 2013 +0200 |
tree | 0ceaf0dc7a1f57a52d6b39fab8df82499433a46e | |
parent | 070839ea54bfb65f328d0aaaf99aa5b3b1273286 [diff] |
drm/gma500: Activate the gtt rebuild on suspend/resume This patch activates the rebuilding of the gtt. Currently we reinitialize the gtt by inserting the stolen pages again and map the rest to our scratch page. Then we go about restoring the needed ranges. This is a bit overkill but right now we don't have that much to restore so better safe than sorry. Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>