]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: enable parity error interrupts
authorBen Widawsky <ben@bwidawsk.net>
Fri, 25 May 2012 23:56:23 +0000 (16:56 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 31 May 2012 10:07:13 +0000 (12:07 +0200)
commite70621526173e4e73557160ed4b7a37000816b07
tree532752dc026b075a48ae5c6e66e3e506e86c758e
parent9b8f8978d37597f605bda219668e3244aab62966
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>
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_ringbuffer.c