commit | 15b9f80e008f584d1a3835bb5eba194080e4e750 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Fri May 25 16:56:23 2012 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu May 31 12:07:13 2012 +0200 |
tree | 532752dc026b075a48ae5c6e66e3e506e86c758e | |
parent | e36891900855b3bed5d9cc9209655e6dfa435a5f [diff] |
drm/i915: enable parity error interrupts The previous patch put all the code, and handlers in place. It should now be safe to enable the parity error interrupt. The parity error must be unmasked in both the GTIMR, and the CS IMR. Unfortunately, the docs aren't clear about this; nevertheless it's the truth. Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>