]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix up the bdw pipe interrupt enable lists
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 7 Nov 2013 13:49:24 +0000 (14:49 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 8 Nov 2013 17:10:11 +0000 (18:10 +0100)
commit616ccb36f99c7d24911002c45cd2e24815fb9b32
tree55a6c32118ed3d20994abb6d84d740bc25d83340
parent98c8ed80de611357d8519046fd0ea42ecb736124
drm/i915: Fix up the bdw pipe interrupt enable lists

- Pipe underrun can't just be enabled, we need some support code like
  on ilk-hsw to make this happen. So drop it for now.
- CRC error is a special mode of the CRC hardware that we don't use,
  so again drop it. Real CRC support for bdw will be added later.
- All the other error bits are about faults, so rename the #define and
  adjust the output.

v2: Use pipe_name as pointed out by Ville. Ville's comment was on a
previous patch, but it was easier to squash in here.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/i915_reg.h