commit | da636ad6a0d72eb5cb99738056af0bcc3db9ef9d | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jesse.barnes@intel.com> | Mon Jan 28 21:05:22 2008 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Wed Feb 20 09:45:14 2008 +1000 |
tree | d4db29714f1f1e119be9b7a359e6d77e599547bc | |
parent | 1f84e550a870bf5f5f399b611db68f3324ea7883 [diff] |
drm/i915: Fix hibernate save/restore of VGA attribute regs In hibernate, we may end up calling the VGA save regs function twice, so we need to make sure it's idempotent. That means leaving ARX in index mode after the first save operation. Fixes hibernate on 965. Signed-off-by: Dave Airlie <airlied@redhat.com>