commit | 226485e9a91ee89c941d8cb7714f85644a8071d0 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Feb 23 15:41:09 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Feb 23 17:23:57 2009 -0800 |
tree | ff0839054edbd810dbaa384bd76871fed96d2fa7 | |
parent | 6c0594a306790ab03db345086c0c6c922a900bf6 [diff] |
i915: suspend/resume interrupt state In the KMS case, enter/leavevt won't fix up the interrupt handler for us, so we need to do it at suspend/resume time. Make sure we don't fail the resume if the chip is hung either. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>