commit | c0c4261b6fd80f0fc5546ed67058592469a4f5b7 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | Thu Feb 07 17:33:28 2008 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Wed Feb 20 09:42:12 2008 +1000 |
tree | 7edcdb723401994367ff595c5aa3ebfc1b74181e | |
parent | 0da3ea12fc2607beb67c2d54d0347807ea615573 [diff] |
drm/i915: restore pipeconf regs unconditionally On many chipsets, the checks for DPLL enable or VGA mode will prevent the pipeconf regs from being restored, which could result in a blank display or X failing to come back after resume. So restore them unconditionally along with actually restoring pipe B's palette correctly. Signed-off-by: Dave Airlie <airlied@redhat.com>