commit | 5669fcacc58bf3a7386057addffd280d75380858 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Feb 17 15:13:31 2009 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Mon Feb 23 10:06:23 2009 +1000 |
tree | 03441b11a889764aed9a195cbbc9818ab7ed4c24 | |
parent | efbeed96f7e20783b22d9529ef536b61f7ea8637 [diff] |
drm/i915: suspend/resume GEM when KMS is active In the KMS case, we need to suspend/resume GEM as well. So on suspend, make sure we idle GEM and stop any new rendering from coming in, and on resume, re-init the framebuffer and clear the suspended flag. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@redhat.com>